#0A2308

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

Shades of Myrtle #0A2308

Tints of Myrtle #0A2308

Color information

#0A2308 (or 0x0A2308) is unknown color: approx Myrtle. HEX triplet: 0A, 23 and 08. RGB value is (10,35,8). Sum of RGB (Red+Green+Blue) = 10+35+8=53 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.87% from 53); Green value is 35 (14.06% from 255 or 66.04% from 53); Blue value is 8 (3.52% from 255 or 15.09% from 53); Max value from RGB is 35 - color contains mainly: green. Hex color #0A2308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2308 is #F5DCF7. Grayscale: #181818. Windows color (decimal): -16112888 or 533258. OLE color: 533258.

HSL color Cylindrical-coordinate representation of color #0A2308: hue angle of 115.56º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0A2308 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.86.

Color convert

RGB10358-
CMYK0.7100.770.86
HSL115.56º62.79%8.43%-
HSV(B)115.56º77.14%13.73%-
XYZ0.771.280.44-
YUV24.45118.72117.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 18.87%
GREEN value IS 35 (14.06% from 255) = 66.04%
BLUE value IS 8 (3.52% from 255) = 15.09%
R=18.87%
G=66.04%
B=15.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal103580.7100.770.86115.5662.798.43
HexA2384704D56743f8
Octal12431010701151261647710
Binary10101000111000100011101001101101011011101001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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