#085539

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

Shades of Fun Green #085539

Tints of Fun Green #085539

Color information

#085539 (or 0x085539) is unknown color: approx Fun Green. HEX triplet: 08, 55 and 39. RGB value is (8,85,57). Sum of RGB (Red+Green+Blue) = 8+85+57=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #085539 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085539 is #F7AAC6. Grayscale: #3A3A3A. Windows color (decimal): -16231111 or 3757320. OLE color: 3757320.

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

Color convert

RGB88557-
CMYK0.9100.330.67
HSL158.18º82.8%18.24%-
HSV(B)158.18º90.59%33.33%-
XYZ4.096.844.98-
YUV58.78126.9991.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.33%
GREEN value IS 85 (33.59% from 255) = 56.67%
BLUE value IS 57 (22.66% from 255) = 38%
R=5.33%
G=56.67%
B=38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885570.9100.330.67158.1882.818.24
Hex855395B021439e5312
Octal101257113304110323612322
Binary1000101010111100110110110100001100001110011110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085539; }

 p { color: rgb(8,85,57); }

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

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

 a { background-color: rgb(8,85,57); }

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

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

 span { border-color: rgb(8,85,57); }

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