#04460C

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

Shades of Myrtle #04460C

Tints of Myrtle #04460C

Color information

#04460C (or 0x04460C) is unknown color: approx Myrtle. HEX triplet: 04, 46 and 0C. RGB value is (4,70,12). Sum of RGB (Red+Green+Blue) = 4+70+12=86 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.65% from 86); Green value is 70 (27.73% from 255 or 81.40% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 70 - color contains mainly: green. Hex color #04460C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04460C is #FBB9F3. Grayscale: #2B2B2B. Windows color (decimal): -16497140 or 804356. OLE color: 804356.

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

Color convert

RGB47012-
CMYK0.9400.830.73
HSL127.27º89.19%14.51%-
HSV(B)127.27º94.29%27.45%-
XYZ2.314.431.08-
YUV43.65110.1399.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.65%
GREEN value IS 70 (27.73% from 255) = 81.40%
BLUE value IS 12 (5.08% from 255) = 13.95%
R=4.65%
G=81.40%
B=13.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal470120.9400.830.73127.2789.1914.51
Hex446C5E053497f59f
Octal410614136012311117713117
Binary100100011011001011110010100111001001111111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04460C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04460C; }

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

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

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

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

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

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

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

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