#0B5909

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

Shades of Myrtle #0B5909

Tints of Myrtle #0B5909

Color information

#0B5909 (or 0x0B5909) is unknown color: approx Myrtle. HEX triplet: 0B, 59 and 09. RGB value is (11,89,9). Sum of RGB (Red+Green+Blue) = 11+89+9=109 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.09% from 109); Green value is 89 (35.16% from 255 or 81.65% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 89 - color contains mainly: green. Hex color #0B5909 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5909 is #F4A6F6. Grayscale: #383838. Windows color (decimal): -16033527 or 612619. OLE color: 612619.

HSL color Cylindrical-coordinate representation of color #0B5909: hue angle of 118.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B5909 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB11899-
CMYK0.8800.900.65
HSL118.5º81.63%19.22%-
HSV(B)118.5º89.89%34.9%-
XYZ3.767.241.46-
YUV56.56101.1695.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.09%
GREEN value IS 89 (35.16% from 255) = 81.65%
BLUE value IS 9 (3.91% from 255) = 8.26%
R=10.09%
G=81.65%
B=8.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal118990.8800.900.65118.581.6319.22
HexB5995805A41765213
Octal1313111130013210116612223
Binary10111011001100110110000101101010000011110110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,89,9); }

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

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

 a { background-color: rgb(11,89,9); }

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

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

 span { border-color: rgb(11,89,9); }

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