#04510A

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

Shades of Myrtle #04510A

Tints of Myrtle #04510A

Color information

#04510A (or 0x04510A) is unknown color: approx Myrtle. HEX triplet: 04, 51 and 0A. RGB value is (4,81,10). Sum of RGB (Red+Green+Blue) = 4+81+10=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 81 (32.03% from 255 or 85.26% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 81 - color contains mainly: green. Hex color #04510A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04510A is #FBAEF5. Grayscale: #323232. Windows color (decimal): -16494326 or 676100. OLE color: 676100.

HSL color Cylindrical-coordinate representation of color #04510A: hue angle of 124.68º 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 #04510A is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB48110-
CMYK0.9500.880.68
HSL124.68º90.59%16.67%-
HSV(B)124.68º95.06%31.76%-
XYZ3.055.931.27-
YUV49.88105.4995.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.21%
GREEN value IS 81 (32.03% from 255) = 85.26%
BLUE value IS 10 (4.30% from 255) = 10.53%
R=4.21%
G=85.26%
B=10.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal481100.9500.880.68124.6890.5916.67
Hex451A5F058447d5b11
Octal412112137013010417513321
Binary1001010001101010111110101100010001001111101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04510A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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