#044640

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

Shades of Cyprus #044640

Tints of Cyprus #044640

Color information

#044640 (or 0x044640) is unknown color: approx Cyprus. HEX triplet: 04, 46 and 40. RGB value is (4,70,64). Sum of RGB (Red+Green+Blue) = 4+70+64=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 70 (27.73% from 255 or 50.72% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 70 - color contains mainly: green. Hex color #044640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044640 is #FBB9BF. Grayscale: #313131. Windows color (decimal): -16497088 or 4212228. OLE color: 4212228.

HSL color Cylindrical-coordinate representation of color #044640: hue angle of 174.55º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044640 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB47064-
CMYK0.9400.090.73
HSL174.55º89.19%14.51%-
HSV(B)174.55º94.29%27.45%-
XYZ3.174.785.61-
YUV49.58136.1395.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.90%
GREEN value IS 70 (27.73% from 255) = 50.72%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=2.90%
G=50.72%
B=46.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal470640.9400.090.73174.5589.1914.51
Hex446405E0949af59f
Octal410610013601111125713117
Binary1001000110100000010111100100110010011010111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044640; }

 p { color: rgb(4,70,64); }

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

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

 a { background-color: rgb(4,70,64); }

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

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

 span { border-color: rgb(4,70,64); }

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