#085935

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

Shades of Fun Green #085935

Tints of Fun Green #085935

Color information

#085935 (or 0x085935) is unknown color: approx Fun Green. HEX triplet: 08, 59 and 35. RGB value is (8,89,53). Sum of RGB (Red+Green+Blue) = 8+89+53=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 89 (35.16% from 255 or 59.33% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 89 - color contains mainly: green. Hex color #085935 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085935 is #F7A6CA. Grayscale: #3C3C3C. Windows color (decimal): -16230091 or 3496200. OLE color: 3496200.

HSL color Cylindrical-coordinate representation of color #085935: hue angle of 153.33º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085935 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB88953-
CMYK0.9100.400.65
HSL153.33º83.51%19.02%-
HSV(B)153.33º91.01%34.9%-
XYZ4.327.454.58-
YUV60.68123.6690.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.33%
GREEN value IS 89 (35.16% from 255) = 59.33%
BLUE value IS 53 (21.09% from 255) = 35.33%
R=5.33%
G=59.33%
B=35.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal889530.9100.400.65153.3383.5119.02
Hex859355B02841995413
Octal101316513305010123112423
Binary1000101100111010110110110101000100000110011001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085935; }

 p { color: rgb(8,89,53); }

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

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

 a { background-color: rgb(8,89,53); }

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

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

 span { border-color: rgb(8,89,53); }

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