#08550B

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

Shades of Myrtle #08550B

Tints of Myrtle #08550B

Color information

#08550B (or 0x08550B) is unknown color: approx Myrtle. HEX triplet: 08, 55 and 0B. RGB value is (8,85,11). Sum of RGB (Red+Green+Blue) = 8+85+11=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 85 (33.59% from 255 or 81.73% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 85 - color contains mainly: green. Hex color #08550B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08550B is #F7AAF4. Grayscale: #353535. Windows color (decimal): -16231157 or 742664. OLE color: 742664.

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

Color convert

RGB88511-
CMYK0.9100.870.67
HSL122.34º82.8%18.24%-
HSV(B)122.34º90.59%33.33%-
XYZ3.416.571.41-
YUV53.54103.9995.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.69%
GREEN value IS 85 (33.59% from 255) = 81.73%
BLUE value IS 11 (4.69% from 255) = 10.58%
R=7.69%
G=81.73%
B=10.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885110.9100.870.67122.3482.818.24
Hex855B5B057437a5312
Octal1012513133012710317212322
Binary10001010101101110110110101011110000111111010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08550B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08550B; }

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

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

<style>
 a { background-color: #08550B; }

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

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

<style>
 span { border-color: #08550B; }

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

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