#004E3F

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

Shades of Cyprus #004E3F

Tints of Cyprus #004E3F

Color information

#004E3F (or 0x004E3F) is unknown color: approx Cyprus. HEX triplet: 00, 4E and 3F. RGB value is (0,78,63). Sum of RGB (Red+Green+Blue) = 0+78+63=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 78 (30.86% from 255 or 55.32% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 78 - color contains mainly: green. Hex color #004E3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004E3F is #FFB1C0. Grayscale: #343434. Windows color (decimal): -16757185 or 4148736. OLE color: 4148736.

HSL color Cylindrical-coordinate representation of color #004E3F: hue angle of 168.46º 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 #004E3F is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB07863-
CMYK100.190.69
HSL168.46º100%15.29%-
HSV(B)168.46º100%30.59%-
XYZ3.625.815.63-
YUV52.97133.6690.22-

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) = 55.32%
BLUE value IS 63 (25% from 255) = 44.68%
R=0%
G=55.32%
B=44.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal07863100.190.69168.4610015.29
Hex04E3F6401345a864f
Octal01167714402310525014417
Binary01001110111111110010001001110001011010100011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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