#0B580D

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

Shades of Myrtle #0B580D

Tints of Myrtle #0B580D

Color information

#0B580D (or 0x0B580D) is unknown color: approx Myrtle. HEX triplet: 0B, 58 and 0D. RGB value is (11,88,13). Sum of RGB (Red+Green+Blue) = 11+88+13=112 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.82% from 112); Green value is 88 (34.77% from 255 or 78.57% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 88 - color contains mainly: green. Hex color #0B580D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B580D is #F4A7F2. Grayscale: #383838. Windows color (decimal): -16033779 or 874507. OLE color: 874507.

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

Color convert

RGB118813-
CMYK0.8800.850.65
HSL121.56º77.78%19.41%-
HSV(B)121.56º87.5%34.51%-
XYZ3.77.081.55-
YUV56.43103.4995.6-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.82%
GREEN value IS 88 (34.77% from 255) = 78.57%
BLUE value IS 13 (5.47% from 255) = 11.61%
R=9.82%
G=78.57%
B=11.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1188130.8800.850.65121.5677.7819.41
HexB58D58055417a4e13
Octal1313015130012510117211623
Binary10111011000110110110000101010110000011111010100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B580D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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