#0A5204

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

Shades of Myrtle #0A5204

Tints of Myrtle #0A5204

Color information

#0A5204 (or 0x0A5204) is unknown color: approx Myrtle. HEX triplet: 0A, 52 and 04. RGB value is (10,82,4). Sum of RGB (Red+Green+Blue) = 10+82+4=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 82 (32.42% from 255 or 85.42% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 82 - color contains mainly: green. Hex color #0A5204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5204 is #F5ADFB. Grayscale: #333333. Windows color (decimal): -16100860 or 283146. OLE color: 283146.

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

Color convert

RGB10824-
CMYK0.8800.950.68
HSL115.38º90.7%16.86%-
HSV(B)115.38º95.12%32.16%-
XYZ3.166.111.13-
YUV51.58101.1598.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.42%
GREEN value IS 82 (32.42% from 255) = 85.42%
BLUE value IS 4 (1.95% from 255) = 4.17%
R=10.42%
G=85.42%
B=4.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal108240.8800.950.68115.3890.716.86
HexA5245805F44735b11
Octal121224130013710416313321
Binary1010101001010010110000101111110001001110011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A5204; }

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

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

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

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

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

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

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

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