#0A1906

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

Shades of Myrtle #0A1906

Tints of Myrtle #0A1906

Color information

#0A1906 (or 0x0A1906) is unknown color: approx Myrtle. HEX triplet: 0A, 19 and 06. RGB value is (10,25,6). Sum of RGB (Red+Green+Blue) = 10+25+6=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 25 (10.16% from 255 or 60.98% from 41); Blue value is 6 (2.73% from 255 or 14.63% from 41); Max value from RGB is 25 - color contains mainly: green. Hex color #0A1906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1906 is #F5E6F9. Grayscale: #121212. Windows color (decimal): -16115450 or 399626. OLE color: 399626.

HSL color Cylindrical-coordinate representation of color #0A1906: hue angle of 107.37º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0A1906 is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.90.

Color convert

RGB10256-
CMYK0.6000.760.90
HSL107.37º61.29%6.08%-
HSV(B)107.37º76%9.8%-
XYZ0.510.770.29-
YUV18.35121.03122.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 24.39%
GREEN value IS 25 (10.16% from 255) = 60.98%
BLUE value IS 6 (2.73% from 255) = 14.63%
R=24.39%
G=60.98%
B=14.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal102560.6000.760.90107.3761.296.08
HexA1963C04C5A6b3d6
Octal12316740114132153756
Binary1010110011101111000100110010110101101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,25,6); }

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

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

 a { background-color: rgb(10,25,6); }

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

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

 span { border-color: rgb(10,25,6); }

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