#085404

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

Shades of Myrtle #085404

Tints of Myrtle #085404

Color information

#085404 (or 0x085404) is unknown color: approx Myrtle. HEX triplet: 08, 54 and 04. RGB value is (8,84,4). Sum of RGB (Red+Green+Blue) = 8+84+4=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 84 (33.20% from 255 or 87.5% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 84 - color contains mainly: green. Hex color #085404 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085404 is #F7ABFB. Grayscale: #343434. Windows color (decimal): -16231420 or 283656. OLE color: 283656.

HSL color Cylindrical-coordinate representation of color #085404: hue angle of 117º 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 #085404 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB8844-
CMYK0.9000.950.67
HSL117º90.91%17.25%-
HSV(B)117º95.24%32.94%-
XYZ3.296.41.18-
YUV52.16100.8296.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.33%
GREEN value IS 84 (33.20% from 255) = 87.5%
BLUE value IS 4 (1.95% from 255) = 4.17%
R=8.33%
G=87.5%
B=4.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal88440.9000.950.6711790.9117.25
Hex85445A05F43755b11
Octal101244132013710316513321
Binary1000101010010010110100101111110000111110101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085404; }

 p { color: rgb(8,84,4); }

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

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

 a { background-color: rgb(8,84,4); }

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

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

 span { border-color: rgb(8,84,4); }

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