#0B5805

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

Shades of Myrtle #0B5805

Tints of Myrtle #0B5805

Color information

#0B5805 (or 0x0B5805) is unknown color: approx Myrtle. HEX triplet: 0B, 58 and 05. RGB value is (11,88,5). Sum of RGB (Red+Green+Blue) = 11+88+5=104 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.58% from 104); Green value is 88 (34.77% from 255 or 84.62% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 88 - color contains mainly: green. Hex color #0B5805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5805 is #F4A7FA. Grayscale: #373737. Windows color (decimal): -16033787 or 350219. OLE color: 350219.

HSL color Cylindrical-coordinate representation of color #0B5805: hue angle of 115.66º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B5805 is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB11885-
CMYK0.8800.940.65
HSL115.66º89.25%18.24%-
HSV(B)115.66º94.32%34.51%-
XYZ3.667.061.31-
YUV55.5299.4996.25-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.58%
GREEN value IS 88 (34.77% from 255) = 84.62%
BLUE value IS 5 (2.34% from 255) = 4.81%
R=10.58%
G=84.62%
B=4.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal118850.8800.940.65115.6689.2518.24
HexB5855805E41745912
Octal131305130013610116413122
Binary1011101100010110110000101111010000011110100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,88,5); }

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

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

 a { background-color: rgb(11,88,5); }

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

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

 span { border-color: rgb(11,88,5); }

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