#044642

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

Shades of Cyprus #044642

Tints of Cyprus #044642

Color information

#044642 (or 0x044642) is unknown color: approx Cyprus. HEX triplet: 04, 46 and 42. RGB value is (4,70,66). Sum of RGB (Red+Green+Blue) = 4+70+66=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 66 (26.17% from 255 or 47.14% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #044642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044642 is #FBB9BD. Grayscale: #313131. Windows color (decimal): -16497086 or 4343300. OLE color: 4343300.

HSL color Cylindrical-coordinate representation of color #044642: hue angle of 176.36º 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 #044642 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB47066-
CMYK0.9400.060.73
HSL176.36º89.19%14.51%-
HSV(B)176.36º94.29%27.45%-
XYZ3.224.85.91-
YUV49.81137.1395.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.86%
GREEN value IS 70 (27.73% from 255) = 50%
BLUE value IS 66 (26.17% from 255) = 47.14%
R=2.86%
G=50%
B=47.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal470660.9400.060.73176.3689.1914.51
Hex446425E0649b059f
Octal41061021360611126013117
Binary100100011010000101011110011010010011011000010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044642; }

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

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

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

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

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

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

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

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