#0A1805

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

Shades of Myrtle #0A1805

Tints of Myrtle #0A1805

Color information

#0A1805 (or 0x0A1805) is unknown color: approx Myrtle. HEX triplet: 0A, 18 and 05. RGB value is (10,24,5). Sum of RGB (Red+Green+Blue) = 10+24+5=39 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25.64% from 39); Green value is 24 (9.77% from 255 or 61.54% from 39); Blue value is 5 (2.34% from 255 or 12.82% from 39); Max value from RGB is 24 - color contains mainly: green. Hex color #0A1805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1805 is #F5E7FA. Grayscale: #111111. Windows color (decimal): -16115707 or 333834. OLE color: 333834.

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

Color convert

RGB10245-
CMYK0.5800.790.91
HSL104.21º65.52%5.69%-
HSV(B)104.21º79.17%9.41%-
XYZ0.480.730.26-
YUV17.65120.86122.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 25.64%
GREEN value IS 24 (9.77% from 255) = 61.54%
BLUE value IS 5 (2.34% from 255) = 12.82%
R=25.64%
G=61.54%
B=12.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal102450.5800.790.91104.2165.525.69
HexA1853A04F5B68426
Octal123057201171331501026
Binary10101100010111101001001111101101111010001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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