#0B5601

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

Shades of Myrtle #0B5601

Tints of Myrtle #0B5601

Color information

#0B5601 (or 0x0B5601) is unknown color: approx Myrtle. HEX triplet: 0B, 56 and 01. RGB value is (11,86,1). Sum of RGB (Red+Green+Blue) = 11+86+1=98 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.22% from 98); Green value is 86 (33.98% from 255 or 87.76% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 86 - color contains mainly: green. Hex color #0B5601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5601 is #F4A9FE. Grayscale: #363636. Windows color (decimal): -16034303 or 87563. OLE color: 87563.

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

Color convert

RGB11861-
CMYK0.8700.990.66
HSL112.94º97.7%17.06%-
HSV(B)112.94º98.84%33.73%-
XYZ3.476.731.14-
YUV53.8898.1597.41-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.22%
GREEN value IS 86 (33.98% from 255) = 87.76%
BLUE value IS 1 (0.78% from 255) = 1.02%
R=11.22%
G=87.76%
B=1.02%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal118610.8700.990.66112.9497.717.06
HexB5615706342716211
Octal131261127014310216114221
Binary10111010110110101110110001110000101110001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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