#0B590D

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

Shades of Myrtle #0B590D

Tints of Myrtle #0B590D

Color information

#0B590D (or 0x0B590D) is unknown color: approx Myrtle. HEX triplet: 0B, 59 and 0D. RGB value is (11,89,13). Sum of RGB (Red+Green+Blue) = 11+89+13=113 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.73% from 113); Green value is 89 (35.16% from 255 or 78.76% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 89 - color contains mainly: green. Hex color #0B590D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B590D is #F4A6F2. Grayscale: #393939. Windows color (decimal): -16033523 or 874763. OLE color: 874763.

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

Color convert

RGB118913-
CMYK0.8800.850.65
HSL121.54º78%19.61%-
HSV(B)121.54º87.64%34.9%-
XYZ3.787.241.58-
YUV57.01103.1695.18-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.73%
GREEN value IS 89 (35.16% from 255) = 78.76%
BLUE value IS 13 (5.47% from 255) = 11.50%
R=9.73%
G=78.76%
B=11.50%

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
Decimal1189130.8800.850.65121.547819.61
HexB59D58055417a4e14
Octal1313115130012510117211624
Binary10111011001110110110000101010110000011111010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B590D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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