#0B5501

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

Shades of Myrtle #0B5501

Tints of Myrtle #0B5501

Color information

#0B5501 (or 0x0B5501) is unknown color: approx Myrtle. HEX triplet: 0B, 55 and 01. RGB value is (11,85,1). Sum of RGB (Red+Green+Blue) = 11+85+1=97 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.34% from 97); Green value is 85 (33.59% from 255 or 87.63% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 85 - color contains mainly: green. Hex color #0B5501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5501 is #F4AAFE. Grayscale: #353535. Windows color (decimal): -16034559 or 87307. OLE color: 87307.

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

Color convert

RGB11851-
CMYK0.8700.990.67
HSL112.86º97.67%16.86%-
HSV(B)112.86º98.82%33.33%-
XYZ3.396.571.12-
YUV53.398.4897.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.34%
GREEN value IS 85 (33.59% from 255) = 87.63%
BLUE value IS 1 (0.78% from 255) = 1.03%
R=11.34%
G=87.63%
B=1.03%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal118510.8700.990.67112.8697.6716.86
HexB5515706343716211
Octal131251127014310316114221
Binary10111010101110101110110001110000111110001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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