#004E41

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

Shades of Cyprus #004E41

Tints of Cyprus #004E41

Color information

#004E41 (or 0x004E41) is unknown color: approx Cyprus. HEX triplet: 00, 4E and 41. RGB value is (0,78,65). Sum of RGB (Red+Green+Blue) = 0+78+65=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 78 (30.86% from 255 or 54.55% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 78 - color contains mainly: green. Hex color #004E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004E41 is #FFB1BE. Grayscale: #353535. Windows color (decimal): -16757183 or 4279808. OLE color: 4279808.

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

Color convert

RGB07865-
CMYK100.170.69
HSL170º100%15.29%-
HSV(B)170º100%30.59%-
XYZ3.685.835.93-
YUV53.2134.6690.06-

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) = 54.55%
BLUE value IS 65 (25.78% from 255) = 45.45%
R=0%
G=54.55%
B=45.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal07865100.170.6917010015.29
Hex04E416401145aa64f
Octal011610114402110525214417
Binary010011101000001110010001000110001011010101011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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