#0B5504

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

Shades of Myrtle #0B5504

Tints of Myrtle #0B5504

Color information

#0B5504 (or 0x0B5504) is unknown color: approx Myrtle. HEX triplet: 0B, 55 and 04. RGB value is (11,85,4). Sum of RGB (Red+Green+Blue) = 11+85+4=100 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11% from 100); Green value is 85 (33.59% from 255 or 85% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 85 - color contains mainly: green. Hex color #0B5504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5504 is #F4AAFB. Grayscale: #353535. Windows color (decimal): -16034556 or 283915. OLE color: 283915.

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

Color convert

RGB11854-
CMYK0.8700.950.67
HSL114.81º91.01%17.45%-
HSV(B)114.81º95.29%33.33%-
XYZ3.416.581.2-
YUV53.6499.9897.59-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11%
GREEN value IS 85 (33.59% from 255) = 85%
BLUE value IS 4 (1.95% from 255) = 4%
R=11%
G=85%
B=4%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal118540.8700.950.67114.8191.0117.45
HexB5545705F43735b11
Octal131254127013710316313321
Binary1011101010110010101110101111110000111110011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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