#085311

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

Shades of Myrtle #085311

Tints of Myrtle #085311

Color information

#085311 (or 0x085311) is unknown color: approx Myrtle. HEX triplet: 08, 53 and 11. RGB value is (8,83,17). Sum of RGB (Red+Green+Blue) = 8+83+17=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 83 (32.81% from 255 or 76.85% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 83 - color contains mainly: green. Hex color #085311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085311 is #F7ACEE. Grayscale: #353535. Windows color (decimal): -16231663 or 1135368. OLE color: 1135368.

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

Color convert

RGB88317-
CMYK0.9000.800.67
HSL127.2º82.42%17.84%-
HSV(B)127.2º90.36%32.55%-
XYZ3.296.281.57-
YUV53.05107.6595.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.41%
GREEN value IS 83 (32.81% from 255) = 76.85%
BLUE value IS 17 (7.03% from 255) = 15.74%
R=7.41%
G=76.85%
B=15.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal883170.9000.800.67127.282.4217.84
Hex853115A050437f5212
Octal1012321132012010317712222
Binary100010100111000110110100101000010000111111111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085311; }

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

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

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

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

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

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

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

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