#004A3A

Color #004A3A Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #004A3A

Tints of Cyprus #004A3A

Color information

#004A3A (or 0x004A3A) is unknown color: approx Cyprus. HEX triplet: 00, 4A and 3A. RGB value is (0,74,58). Sum of RGB (Red+Green+Blue) = 0+74+58=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 74 (29.30% from 255 or 56.06% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 74 - color contains mainly: green. Hex color #004A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004A3A is #FFB5C5. Grayscale: #323232. Windows color (decimal): -16758214 or 3820032. OLE color: 3820032.

HSL color Cylindrical-coordinate representation of color #004A3A: hue angle of 167.03º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A3A is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB07458-
CMYK100.220.71
HSL167.03º100%14.51%-
HSV(B)167.03º100%29.02%-
XYZ3.215.24.84-
YUV50.05132.4892.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 74 (29.30% from 255) = 56.06%
BLUE value IS 58 (23.05% from 255) = 43.94%
R=0%
G=56.06%
B=43.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal07458100.220.71167.0310014.51
Hex04A3A6401647a764f
Octal01127214402610724714417
Binary01001010111010110010001011010001111010011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004A3A; }

 p { color: rgb(0,74,58); }

 H1.HeaderClassName
 {
   color: #004A3A;
 }
 .AnyTagClassName
 {
   color: #004A3A;
 }
</style>
background-color css

<style>
 a { background-color: #004A3A; }

 a { background-color: rgb(0,74,58); }

 div.DivClassName
 {
   background-color: #004A3A;
 }
 .BgClassName
 {
   background-color: #004A3A;
 }
</style>
border-color css

<style>
 span { border-color: #004A3A; }

 span { border-color: rgb(0,74,58); }

 td.TdClassName
 {
   border-color: #004A3A;
 }
 .TagClassName
 {
   border-color: #004A3A;
 }
</style>