#0A4912

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

Shades of Myrtle #0A4912

Tints of Myrtle #0A4912

Color information

#0A4912 (or 0x0A4912) is unknown color: approx Myrtle. HEX triplet: 0A, 49 and 12. RGB value is (10,73,18). Sum of RGB (Red+Green+Blue) = 10+73+18=101 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.90% from 101); Green value is 73 (28.91% from 255 or 72.28% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4912 is #F5B6ED. Grayscale: #303030. Windows color (decimal): -16103150 or 1198346. OLE color: 1198346.

HSL color Cylindrical-coordinate representation of color #0A4912: hue angle of 127.62º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4912 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB107318-
CMYK0.8600.750.71
HSL127.62º75.9%16.27%-
HSV(B)127.62º86.3%28.63%-
XYZ2.624.871.37-
YUV47.89111.13100.97-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.90%
GREEN value IS 73 (28.91% from 255) = 72.28%
BLUE value IS 18 (7.42% from 255) = 17.82%
R=9.90%
G=72.28%
B=17.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1073180.8600.750.71127.6275.916.27
HexA49125604B47804c10
Octal1211122126011310720011420
Binary1010100100110010101011001001011100011110000000100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,73,18); }

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

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

 a { background-color: rgb(10,73,18); }

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

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

 span { border-color: rgb(10,73,18); }

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