#004F41

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

Shades of Cyprus #004F41

Tints of Cyprus #004F41

Color information

#004F41 (or 0x004F41) is unknown color: approx Cyprus. HEX triplet: 00, 4F and 41. RGB value is (0,79,65). Sum of RGB (Red+Green+Blue) = 0+79+65=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 79 (31.25% from 255 or 54.86% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 79 - color contains mainly: green. Hex color #004F41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004F41 is #FFB0BE. Grayscale: #353535. Windows color (decimal): -16756927 or 4280064. OLE color: 4280064.

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

Color convert

RGB07965-
CMYK100.180.69
HSL169.37º100%15.49%-
HSV(B)169.37º100%30.98%-
XYZ3.755.975.96-
YUV53.78134.3389.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 79 (31.25% from 255) = 54.86%
BLUE value IS 65 (25.78% from 255) = 45.14%
R=0%
G=54.86%
B=45.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal07965100.180.69169.3710015.49
Hex04F416401245a964f
Octal011710114402210525114417
Binary010011111000001110010001001010001011010100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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