#0A3909

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

Shades of Myrtle #0A3909

Tints of Myrtle #0A3909

Color information

#0A3909 (or 0x0A3909) is unknown color: approx Myrtle. HEX triplet: 0A, 39 and 09. RGB value is (10,57,9). Sum of RGB (Red+Green+Blue) = 10+57+9=76 (10% of max value = 765). Red value is 10 (4.30% from 255 or 13.16% from 76); Green value is 57 (22.66% from 255 or 75% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 57 - color contains mainly: green. Hex color #0A3909 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3909 is #F5C6F6. Grayscale: #252525. Windows color (decimal): -16107255 or 604426. OLE color: 604426.

HSL color Cylindrical-coordinate representation of color #0A3909: hue angle of 118.75º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3909 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB10579-
CMYK0.8200.840.78
HSL118.75º72.73%12.94%-
HSV(B)118.75º84.21%22.35%-
XYZ1.643.010.75-
YUV37.48111.93108.4-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.16%
GREEN value IS 57 (22.66% from 255) = 75%
BLUE value IS 9 (3.91% from 255) = 11.84%
R=13.16%
G=75%
B=11.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal105790.8200.840.78118.7572.7312.94
HexA399520544E7749d
Octal127111122012411616711115
Binary101011100110011010010010101001001110111011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,57,9); }

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

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

 a { background-color: rgb(10,57,9); }

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

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

 span { border-color: rgb(10,57,9); }

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