#04520C

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

Shades of Myrtle #04520C

Tints of Myrtle #04520C

Color information

#04520C (or 0x04520C) is unknown color: approx Myrtle. HEX triplet: 04, 52 and 0C. RGB value is (4,82,12). Sum of RGB (Red+Green+Blue) = 4+82+12=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 82 (32.42% from 255 or 83.67% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 82 - color contains mainly: green. Hex color #04520C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04520C is #FBADF3. Grayscale: #323232. Windows color (decimal): -16494068 or 807428. OLE color: 807428.

HSL color Cylindrical-coordinate representation of color #04520C: hue angle of 126.15º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04520C is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB48212-
CMYK0.9500.850.68
HSL126.15º90.7%16.86%-
HSV(B)126.15º95.12%32.16%-
XYZ3.136.091.36-
YUV50.7106.1694.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.08%
GREEN value IS 82 (32.42% from 255) = 83.67%
BLUE value IS 12 (5.08% from 255) = 12.24%
R=4.08%
G=83.67%
B=12.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal482120.9500.850.68126.1590.716.86
Hex452C5F055447e5b11
Octal412214137012510417613321
Binary1001010010110010111110101010110001001111110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04520C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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