#004940

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

Shades of Cyprus #004940

Tints of Cyprus #004940

Color information

#004940 (or 0x004940) is unknown color: approx Cyprus. HEX triplet: 00, 49 and 40. RGB value is (0,73,64). Sum of RGB (Red+Green+Blue) = 0+73+64=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 73 (28.91% from 255 or 53.28% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 73 - color contains mainly: green. Hex color #004940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004940 is #FFB6BF. Grayscale: #323232. Windows color (decimal): -16758464 or 4212992. OLE color: 4212992.

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

Color convert

RGB07364-
CMYK100.120.71
HSL172.6º100%14.31%-
HSV(B)172.6º100%28.63%-
XYZ3.315.145.67-
YUV50.15135.8292.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 73 (28.91% from 255) = 53.28%
BLUE value IS 64 (25.39% from 255) = 46.72%
R=0%
G=53.28%
B=46.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal07364100.120.71172.610014.31
Hex04940640C47ad64e
Octal011110014401410725514416
Binary01001001100000011001000110010001111010110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004940; }

 p { color: rgb(0,73,64); }

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

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

 a { background-color: rgb(0,73,64); }

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

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

 span { border-color: rgb(0,73,64); }

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