#085405

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

Shades of Myrtle #085405

Tints of Myrtle #085405

Color information

#085405 (or 0x085405) is unknown color: approx Myrtle. HEX triplet: 08, 54 and 05. RGB value is (8,84,5). Sum of RGB (Red+Green+Blue) = 8+84+5=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 84 (33.20% from 255 or 86.60% from 97); Blue value is 5 (2.34% from 255 or 5.15% from 97); Max value from RGB is 84 - color contains mainly: green. Hex color #085405 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085405 is #F7ABFA. Grayscale: #343434. Windows color (decimal): -16231419 or 349192. OLE color: 349192.

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

Color convert

RGB8845-
CMYK0.9000.940.67
HSL117.72º88.76%17.45%-
HSV(B)117.72º94.05%32.94%-
XYZ3.36.41.21-
YUV52.27101.3296.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.25%
GREEN value IS 84 (33.20% from 255) = 86.60%
BLUE value IS 5 (2.34% from 255) = 5.15%
R=8.25%
G=86.60%
B=5.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal88450.9000.940.67117.7288.7617.45
Hex85455A05E43765911
Octal101245132013610316613121
Binary1000101010010110110100101111010000111110110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085405; }

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

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

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

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

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

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

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

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