#004E3C

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

Shades of Cyprus #004E3C

Tints of Cyprus #004E3C

Color information

#004E3C (or 0x004E3C) is unknown color: approx Cyprus. HEX triplet: 00, 4E and 3C. RGB value is (0,78,60). Sum of RGB (Red+Green+Blue) = 0+78+60=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 78 (30.86% from 255 or 56.52% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 78 - color contains mainly: green. Hex color #004E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004E3C is #FFB1C3. Grayscale: #343434. Windows color (decimal): -16757188 or 3952128. OLE color: 3952128.

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

Color convert

RGB07860-
CMYK100.230.69
HSL166.15º100%15.29%-
HSV(B)166.15º100%30.59%-
XYZ3.545.785.2-
YUV52.63132.1690.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 78 (30.86% from 255) = 56.52%
BLUE value IS 60 (23.83% from 255) = 43.48%
R=0%
G=56.52%
B=43.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal07860100.230.69166.1510015.29
Hex04E3C6401745a664f
Octal01167414402710524614417
Binary01001110111100110010001011110001011010011011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,78,60); }

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

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

 a { background-color: rgb(0,78,60); }

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

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

 span { border-color: rgb(0,78,60); }

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