#0A520F

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

Shades of Myrtle #0A520F

Tints of Myrtle #0A520F

Color information

#0A520F (or 0x0A520F) is unknown color: approx Myrtle. HEX triplet: 0A, 52 and 0F. RGB value is (10,82,15). Sum of RGB (Red+Green+Blue) = 10+82+15=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 82 (32.42% from 255 or 76.64% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 82 - color contains mainly: green. Hex color #0A520F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A520F is #F5ADF0. Grayscale: #353535. Windows color (decimal): -16100849 or 1004042. OLE color: 1004042.

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

Color convert

RGB108215-
CMYK0.8800.820.68
HSL124.17º78.26%18.04%-
HSV(B)124.17º87.8%32.16%-
XYZ3.236.131.47-
YUV52.83106.6597.45-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.35%
GREEN value IS 82 (32.42% from 255) = 76.64%
BLUE value IS 15 (6.25% from 255) = 14.02%
R=9.35%
G=76.64%
B=14.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1082150.8800.820.68124.1778.2618.04
HexA52F58052447c4e12
Octal1212217130012210417411622
Binary10101010010111110110000101001010001001111100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A520F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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