#0A5202

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

Shades of Myrtle #0A5202

Tints of Myrtle #0A5202

Color information

#0A5202 (or 0x0A5202) is unknown color: approx Myrtle. HEX triplet: 0A, 52 and 02. RGB value is (10,82,2). Sum of RGB (Red+Green+Blue) = 10+82+2=94 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.64% from 94); Green value is 82 (32.42% from 255 or 87.23% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 82 - color contains mainly: green. Hex color #0A5202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5202 is #F5ADFD. Grayscale: #333333. Windows color (decimal): -16100862 or 152074. OLE color: 152074.

HSL color Cylindrical-coordinate representation of color #0A5202: hue angle of 114º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A5202 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB10822-
CMYK0.8800.980.68
HSL114º95.24%16.47%-
HSV(B)114º97.56%32.16%-
XYZ3.156.11.07-
YUV51.35100.1598.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.64%
GREEN value IS 82 (32.42% from 255) = 87.23%
BLUE value IS 2 (1.17% from 255) = 2.13%
R=10.64%
G=87.23%
B=2.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal108220.8800.980.6811495.2416.47
HexA5225806244725f10
Octal121222130014210416213720
Binary101010100101010110000110001010001001110010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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