#085310

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

Shades of Myrtle #085310

Tints of Myrtle #085310

Color information

#085310 (or 0x085310) is unknown color: approx Myrtle. HEX triplet: 08, 53 and 10. RGB value is (8,83,16). Sum of RGB (Red+Green+Blue) = 8+83+16=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 83 (32.81% from 255 or 77.57% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 83 - color contains mainly: green. Hex color #085310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085310 is #F7ACEF. Grayscale: #353535. Windows color (decimal): -16231664 or 1069832. OLE color: 1069832.

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

Color convert

RGB88316-
CMYK0.9000.810.67
HSL126.4º82.42%17.84%-
HSV(B)126.4º90.36%32.55%-
XYZ3.296.281.53-
YUV52.94107.1595.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.48%
GREEN value IS 83 (32.81% from 255) = 77.57%
BLUE value IS 16 (6.64% from 255) = 14.95%
R=7.48%
G=77.57%
B=14.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal883160.9000.810.67126.482.4217.84
Hex853105A051437e5212
Octal1012320132012110317612222
Binary100010100111000010110100101000110000111111110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085310; }

 p { color: rgb(8,83,16); }

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

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

 a { background-color: rgb(8,83,16); }

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

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

 span { border-color: rgb(8,83,16); }

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