#0B5508

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

Shades of Myrtle #0B5508

Tints of Myrtle #0B5508

Color information

#0B5508 (or 0x0B5508) is unknown color: approx Myrtle. HEX triplet: 0B, 55 and 08. RGB value is (11,85,8). Sum of RGB (Red+Green+Blue) = 11+85+8=104 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.58% from 104); Green value is 85 (33.59% from 255 or 81.73% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 85 - color contains mainly: green. Hex color #0B5508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5508 is #F4AAF7. Grayscale: #363636. Windows color (decimal): -16034552 or 546059. OLE color: 546059.

HSL color Cylindrical-coordinate representation of color #0B5508: hue angle of 117.66º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B5508 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB11858-
CMYK0.8700.910.67
HSL117.66º82.8%18.24%-
HSV(B)117.66º90.59%33.33%-
XYZ3.436.591.32-
YUV54.1101.9897.26-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.58%
GREEN value IS 85 (33.59% from 255) = 81.73%
BLUE value IS 8 (3.52% from 255) = 7.69%
R=10.58%
G=81.73%
B=7.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal118580.8700.910.67117.6682.818.24
HexB5585705B43765312
Octal1312510127013310316612322
Binary10111010101100010101110101101110000111110110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,85,8); }

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

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

 a { background-color: rgb(11,85,8); }

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

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

 span { border-color: rgb(11,85,8); }

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