#0B5A09

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

Shades of Myrtle #0B5A09

Tints of Myrtle #0B5A09

Color information

#0B5A09 (or 0x0B5A09) is unknown color: approx Myrtle. HEX triplet: 0B, 5A and 09. RGB value is (11,90,9). Sum of RGB (Red+Green+Blue) = 11+90+9=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 90 (35.55% from 255 or 81.82% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 90 - color contains mainly: green. Hex color #0B5A09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5A09 is #F4A5F6. Grayscale: #393939. Windows color (decimal): -16033271 or 612875. OLE color: 612875.

HSL color Cylindrical-coordinate representation of color #0B5A09: hue angle of 118.52º 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 #0B5A09 is Cyan = 0.88, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.65.

Color convert

RGB11909-
CMYK0.8800.90.65
HSL118.52º81.82%19.41%-
HSV(B)118.52º90%35.29%-
XYZ3.847.41.48-
YUV57.14100.8395.09-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10%
GREEN value IS 90 (35.55% from 255) = 81.82%
BLUE value IS 9 (3.91% from 255) = 8.18%
R=10%
G=81.82%
B=8.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal119090.8800.90.65118.5281.8219.41
HexB5A95805A41775213
Octal1313211130013210116712223
Binary10111011010100110110000101101010000011110111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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