#085413

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

Shades of Myrtle #085413

Tints of Myrtle #085413

Color information

#085413 (or 0x085413) is unknown color: approx Myrtle. HEX triplet: 08, 54 and 13. RGB value is (8,84,19). Sum of RGB (Red+Green+Blue) = 8+84+19=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 84 (33.20% from 255 or 75.68% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 84 - color contains mainly: green. Hex color #085413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085413 is #F7ABEC. Grayscale: #363636. Windows color (decimal): -16231405 or 1266696. OLE color: 1266696.

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

Color convert

RGB88419-
CMYK0.9000.770.67
HSL128.68º82.61%18.04%-
HSV(B)128.68º90.48%32.94%-
XYZ3.396.441.68-
YUV53.87108.3295.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.21%
GREEN value IS 84 (33.20% from 255) = 75.68%
BLUE value IS 19 (7.81% from 255) = 17.12%
R=7.21%
G=75.68%
B=17.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal884190.9000.770.67128.6882.6118.04
Hex854135A04D43815312
Octal1012423132011510320112322
Binary1000101010010011101101001001101100001110000001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085413; }

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

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

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

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

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

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

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

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