#04420A

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

Shades of Myrtle #04420A

Tints of Myrtle #04420A

Color information

#04420A (or 0x04420A) is unknown color: approx Myrtle. HEX triplet: 04, 42 and 0A. RGB value is (4,66,10). Sum of RGB (Red+Green+Blue) = 4+66+10=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 66 (26.17% from 255 or 82.5% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 66 - color contains mainly: green. Hex color #04420A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04420A is #FBBDF5. Grayscale: #292929. Windows color (decimal): -16498166 or 672260. OLE color: 672260.

HSL color Cylindrical-coordinate representation of color #04420A: hue angle of 125.81º 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 #04420A is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB46610-
CMYK0.9400.850.74
HSL125.81º88.57%13.73%-
HSV(B)125.81º93.94%25.88%-
XYZ2.053.940.94-
YUV41.08110.46101.55-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5%
GREEN value IS 66 (26.17% from 255) = 82.5%
BLUE value IS 10 (4.30% from 255) = 12.5%
R=5%
G=82.5%
B=12.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal466100.9400.850.74125.8188.5713.73
Hex442A5E0554A7e59e
Octal410212136012511217613116
Binary100100001010101011110010101011001010111111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04420A; }

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

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

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

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

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

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

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

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