#041602

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

Shades of Myrtle #041602

Tints of Myrtle #041602

Color information

#041602 (or 0x041602) is unknown color: approx Myrtle. HEX triplet: 04, 16 and 02. RGB value is (4,22,2). Sum of RGB (Red+Green+Blue) = 4+22+2=28 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.29% from 28); Green value is 22 (8.98% from 255 or 78.57% from 28); Blue value is 2 (1.17% from 255 or 7.14% from 28); Max value from RGB is 22 - color contains mainly: green. Hex color #041602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041602 is #FBE9FD. Grayscale: #0E0E0E. Windows color (decimal): -16509438 or 136708. OLE color: 136708.

HSL color Cylindrical-coordinate representation of color #041602: hue angle of 114º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #041602 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.91.

Color convert

RGB4222-
CMYK0.8200.910.91
HSL114º83.33%4.71%-
HSV(B)114º90.91%8.63%-
XYZ0.350.60.16-
YUV14.34121.04120.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 14.29%
GREEN value IS 22 (8.98% from 255) = 78.57%
BLUE value IS 2 (1.17% from 255) = 7.14%
R=14.29%
G=78.57%
B=7.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal42220.8200.910.9111483.334.71
Hex41625205B5B72535
Octal426212201331331621235
Binary1001011010101001001011011101101111100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041602; }

 p { color: rgb(4,22,2); }

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

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

 a { background-color: rgb(4,22,2); }

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

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

 span { border-color: rgb(4,22,2); }

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