#044241

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

Shades of Cyprus #044241

Tints of Cyprus #044241

Color information

#044241 (or 0x044241) is unknown color: approx Cyprus. HEX triplet: 04, 42 and 41. RGB value is (4,66,65). Sum of RGB (Red+Green+Blue) = 4+66+65=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #044241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044241 is #FBBDBE. Grayscale: #2F2F2F. Windows color (decimal): -16498111 or 4276740. OLE color: 4276740.

HSL color Cylindrical-coordinate representation of color #044241: hue angle of 179.03º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044241 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB46665-
CMYK0.9400.020.74
HSL179.03º88.57%13.73%-
HSV(B)179.03º93.94%25.88%-
XYZ2.954.35.68-
YUV47.35137.9697.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.96%
GREEN value IS 66 (26.17% from 255) = 48.89%
BLUE value IS 65 (25.78% from 255) = 48.15%
R=2.96%
G=48.89%
B=48.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal466650.9400.020.74179.0388.5713.73
Hex442415E024Ab359e
Octal41021011360211226313116
Binary10010000101000001101111001010010101011001110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044241; }

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

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

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

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

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

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

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

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