#044E41

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

Shades of Cyprus #044E41

Tints of Cyprus #044E41

Color information

#044E41 (or 0x044E41) is unknown color: approx Cyprus. HEX triplet: 04, 4E and 41. RGB value is (4,78,65). Sum of RGB (Red+Green+Blue) = 4+78+65=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 78 (30.86% from 255 or 53.06% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 78 - color contains mainly: green. Hex color #044E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044E41 is #FBB1BE. Grayscale: #363636. Windows color (decimal): -16495039 or 4279812. OLE color: 4279812.

HSL color Cylindrical-coordinate representation of color #044E41: hue angle of 169.46º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044E41 is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB47865-
CMYK0.9500.170.69
HSL169.46º90.24%16.08%-
HSV(B)169.46º94.87%30.59%-
XYZ3.735.865.93-
YUV54.39133.9892.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.72%
GREEN value IS 78 (30.86% from 255) = 53.06%
BLUE value IS 65 (25.78% from 255) = 44.22%
R=2.72%
G=53.06%
B=44.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal478650.9500.170.69169.4690.2416.08
Hex44E415F01145a95a10
Octal411610113702110525113220
Binary100100111010000011011111010001100010110101001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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