#08550E

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

Shades of Myrtle #08550E

Tints of Myrtle #08550E

Color information

#08550E (or 0x08550E) is unknown color: approx Myrtle. HEX triplet: 08, 55 and 0E. RGB value is (8,85,14). Sum of RGB (Red+Green+Blue) = 8+85+14=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 85 (33.59% from 255 or 79.44% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 85 - color contains mainly: green. Hex color #08550E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08550E is #F7AAF1. Grayscale: #363636. Windows color (decimal): -16231154 or 939272. OLE color: 939272.

HSL color Cylindrical-coordinate representation of color #08550E: hue angle of 124.68º 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 #08550E is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB88514-
CMYK0.9100.840.67
HSL124.68º82.8%18.24%-
HSV(B)124.68º90.59%33.33%-
XYZ3.436.581.5-
YUV53.88105.4995.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.48%
GREEN value IS 85 (33.59% from 255) = 79.44%
BLUE value IS 14 (5.86% from 255) = 13.08%
R=7.48%
G=79.44%
B=13.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885140.9100.840.67124.6882.818.24
Hex855E5B054437d5312
Octal1012516133012410317512322
Binary10001010101111010110110101010010000111111101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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