#0A5515

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

Shades of Myrtle #0A5515

Tints of Myrtle #0A5515

Color information

#0A5515 (or 0x0A5515) is unknown color: approx Myrtle. HEX triplet: 0A, 55 and 15. RGB value is (10,85,21). Sum of RGB (Red+Green+Blue) = 10+85+21=116 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.62% from 116); Green value is 85 (33.59% from 255 or 73.28% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 85 - color contains mainly: green. Hex color #0A5515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5515 is #F5AAEA. Grayscale: #373737. Windows color (decimal): -16100075 or 1398026. OLE color: 1398026.

HSL color Cylindrical-coordinate representation of color #0A5515: hue angle of 128.8º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5515 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB108521-
CMYK0.8800.750.67
HSL128.8º78.95%18.63%-
HSV(B)128.8º88.24%33.33%-
XYZ3.516.621.8-
YUV55.28108.6595.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.62%
GREEN value IS 85 (33.59% from 255) = 73.28%
BLUE value IS 21 (8.59% from 255) = 18.10%
R=8.62%
G=73.28%
B=18.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1085210.8800.750.67128.878.9518.63
HexA55155804B43814f13
Octal1212525130011310320111723
Binary1010101010110101101100001001011100001110000001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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