#0A5115

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

Shades of Myrtle #0A5115

Tints of Myrtle #0A5115

Color information

#0A5115 (or 0x0A5115) is unknown color: approx Myrtle. HEX triplet: 0A, 51 and 15. RGB value is (10,81,21). Sum of RGB (Red+Green+Blue) = 10+81+21=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 81 (32.03% from 255 or 72.32% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 81 - color contains mainly: green. Hex color #0A5115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5115 is #F5AEEA. Grayscale: #353535. Windows color (decimal): -16101099 or 1397002. OLE color: 1397002.

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

Color convert

RGB108121-
CMYK0.8800.740.68
HSL129.3º78.02%17.84%-
HSV(B)129.3º87.65%31.76%-
XYZ3.261.7-
YUV52.93109.9897.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.93%
GREEN value IS 81 (32.03% from 255) = 72.32%
BLUE value IS 21 (8.59% from 255) = 18.75%
R=8.93%
G=72.32%
B=18.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1081210.8800.740.68129.378.0217.84
HexA51155804A44814e12
Octal1212125130011210420111622
Binary1010101000110101101100001001010100010010000001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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