#0A1508

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

Shades of Myrtle #0A1508

Tints of Myrtle #0A1508

Color information

#0A1508 (or 0x0A1508) is unknown color: approx Myrtle. HEX triplet: 0A, 15 and 08. RGB value is (10,21,8). Sum of RGB (Red+Green+Blue) = 10+21+8=39 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25.64% from 39); Green value is 21 (8.59% from 255 or 53.85% from 39); Blue value is 8 (3.52% from 255 or 20.51% from 39); Max value from RGB is 21 - color contains mainly: green. Hex color #0A1508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1508 is #F5EAF7. Grayscale: #101010. Windows color (decimal): -16116472 or 529674. OLE color: 529674.

HSL color Cylindrical-coordinate representation of color #0A1508: hue angle of 110.77º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0A1508 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.92.

Color convert

RGB10218-
CMYK0.5200.620.92
HSL110.77º44.83%5.69%-
HSV(B)110.77º61.9%8.24%-
XYZ0.440.620.33-
YUV16.23123.36123.56-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 25.64%
GREEN value IS 21 (8.59% from 255) = 53.85%
BLUE value IS 8 (3.52% from 255) = 20.51%
R=25.64%
G=53.85%
B=20.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal102180.5200.620.92110.7744.835.69
HexA1583403E5C6f2d6
Octal12251064076134157556
Binary1010101011000110100011111010111001101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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