#0A1908

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

Shades of Myrtle #0A1908

Tints of Myrtle #0A1908

Color information

#0A1908 (or 0x0A1908) is unknown color: approx Myrtle. HEX triplet: 0A, 19 and 08. RGB value is (10,25,8). Sum of RGB (Red+Green+Blue) = 10+25+8=43 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.26% from 43); Green value is 25 (10.16% from 255 or 58.14% from 43); Blue value is 8 (3.52% from 255 or 18.60% from 43); Max value from RGB is 25 - color contains mainly: green. Hex color #0A1908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1908 is #F5E6F7. Grayscale: #121212. Windows color (decimal): -16115448 or 530698. OLE color: 530698.

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

Color convert

RGB10258-
CMYK0.6000.680.90
HSL112.94º51.52%6.47%-
HSV(B)112.94º68%9.8%-
XYZ0.520.780.35-
YUV18.58122.03121.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 23.26%
GREEN value IS 25 (10.16% from 255) = 58.14%
BLUE value IS 8 (3.52% from 255) = 18.60%
R=23.26%
G=58.14%
B=18.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal102580.6000.680.90112.9451.526.47
HexA1983C0445A71346
Octal123110740104132161646
Binary10101100110001111000100010010110101110001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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