#0B5604

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

Shades of Myrtle #0B5604

Tints of Myrtle #0B5604

Color information

#0B5604 (or 0x0B5604) is unknown color: approx Myrtle. HEX triplet: 0B, 56 and 04. RGB value is (11,86,4). Sum of RGB (Red+Green+Blue) = 11+86+4=101 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.89% from 101); Green value is 86 (33.98% from 255 or 85.15% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 86 - color contains mainly: green. Hex color #0B5604 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5604 is #F4A9FB. Grayscale: #363636. Windows color (decimal): -16034300 or 284171. OLE color: 284171.

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

Color convert

RGB11864-
CMYK0.8700.950.66
HSL114.88º91.11%17.65%-
HSV(B)114.88º95.35%33.73%-
XYZ3.496.741.23-
YUV54.2399.6597.17-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.89%
GREEN value IS 86 (33.98% from 255) = 85.15%
BLUE value IS 4 (1.95% from 255) = 3.96%
R=10.89%
G=85.15%
B=3.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal118640.8700.950.66114.8891.1117.65
HexB5645705F42735b12
Octal131264127013710216313322
Binary1011101011010010101110101111110000101110011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,86,4); }

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

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

 a { background-color: rgb(11,86,4); }

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

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

 span { border-color: rgb(11,86,4); }

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