#0A5315

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

Shades of Myrtle #0A5315

Tints of Myrtle #0A5315

Color information

#0A5315 (or 0x0A5315) is unknown color: approx Myrtle. HEX triplet: 0A, 53 and 15. RGB value is (10,83,21). Sum of RGB (Red+Green+Blue) = 10+83+21=114 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.77% from 114); Green value is 83 (32.81% from 255 or 72.81% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 83 - color contains mainly: green. Hex color #0A5315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5315 is #F5ACEA. Grayscale: #363636. Windows color (decimal): -16100587 or 1397514. OLE color: 1397514.

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

Color convert

RGB108321-
CMYK0.8800.750.67
HSL129.04º78.49%18.24%-
HSV(B)129.04º87.95%32.55%-
XYZ3.356.311.75-
YUV54.1109.3296.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.77%
GREEN value IS 83 (32.81% from 255) = 72.81%
BLUE value IS 21 (8.59% from 255) = 18.42%
R=8.77%
G=72.81%
B=18.42%

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
Decimal1083210.8800.750.67129.0478.4918.24
HexA53155804B43814e12
Octal1212325130011310320111622
Binary1010101001110101101100001001011100001110000001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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