#085504

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

Shades of Myrtle #085504

Tints of Myrtle #085504

Color information

#085504 (or 0x085504) is unknown color: approx Myrtle. HEX triplet: 08, 55 and 04. RGB value is (8,85,4). Sum of RGB (Red+Green+Blue) = 8+85+4=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 85 (33.59% from 255 or 87.63% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 85 - color contains mainly: green. Hex color #085504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085504 is #F7AAFB. Grayscale: #343434. Windows color (decimal): -16231164 or 283912. OLE color: 283912.

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

Color convert

RGB8854-
CMYK0.9100.950.67
HSL117.04º91.01%17.45%-
HSV(B)117.04º95.29%33.33%-
XYZ3.376.561.2-
YUV52.74100.4996.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.25%
GREEN value IS 85 (33.59% from 255) = 87.63%
BLUE value IS 4 (1.95% from 255) = 4.12%
R=8.25%
G=87.63%
B=4.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal88540.9100.950.67117.0491.0117.45
Hex85545B05F43755b11
Octal101254133013710316513321
Binary1000101010110010110110101111110000111110101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085504; }

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

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

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

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

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

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

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

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