#0A1806

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

Shades of Myrtle #0A1806

Tints of Myrtle #0A1806

Color information

#0A1806 (or 0x0A1806) is unknown color: approx Myrtle. HEX triplet: 0A, 18 and 06. RGB value is (10,24,6). Sum of RGB (Red+Green+Blue) = 10+24+6=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 24 (9.77% from 255 or 60% from 40); Blue value is 6 (2.73% from 255 or 15% from 40); Max value from RGB is 24 - color contains mainly: green. Hex color #0A1806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1806 is #F5E7F9. Grayscale: #111111. Windows color (decimal): -16115706 or 399370. OLE color: 399370.

HSL color Cylindrical-coordinate representation of color #0A1806: hue angle of 106.67º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0A1806 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.91.

Color convert

RGB10246-
CMYK0.5800.750.91
HSL106.67º60%5.88%-
HSV(B)106.67º75%9.41%-
XYZ0.480.730.29-
YUV17.76121.36122.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 25%
GREEN value IS 24 (9.77% from 255) = 60%
BLUE value IS 6 (2.73% from 255) = 15%
R=25%
G=60%
B=15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal102460.5800.750.91106.67605.88
HexA1863A04B5B6b3c6
Octal12306720113133153746
Binary1010110001101110100100101110110111101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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