#044842

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

Shades of Cyprus #044842

Tints of Cyprus #044842

Color information

#044842 (or 0x044842) is unknown color: approx Cyprus. HEX triplet: 04, 48 and 42. RGB value is (4,72,66). Sum of RGB (Red+Green+Blue) = 4+72+66=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 66 (26.17% from 255 or 46.48% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #044842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044842 is #FBB7BD. Grayscale: #323232. Windows color (decimal): -16496574 or 4343812. OLE color: 4343812.

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

Color convert

RGB47266-
CMYK0.9400.080.72
HSL174.71º89.47%14.9%-
HSV(B)174.71º94.44%28.24%-
XYZ3.355.055.95-
YUV50.98136.4794.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 72 (28.52% from 255) = 50.70%
BLUE value IS 66 (26.17% from 255) = 46.48%
R=2.82%
G=50.70%
B=46.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal472660.9400.080.72174.7189.4714.9
Hex448425E0848af59f
Octal411010213601011025713117
Binary1001001000100001010111100100010010001010111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044842; }

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

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

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

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

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

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

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

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