#085B35

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

Shades of Fun Green #085B35

Tints of Fun Green #085B35

Color information

#085B35 (or 0x085B35) is unknown color: approx Fun Green. HEX triplet: 08, 5B and 35. RGB value is (8,91,53). Sum of RGB (Red+Green+Blue) = 8+91+53=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 91 (35.94% from 255 or 59.87% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 91 - color contains mainly: green. Hex color #085B35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085B35 is #F7A4CA. Grayscale: #3D3D3D. Windows color (decimal): -16229579 or 3496712. OLE color: 3496712.

HSL color Cylindrical-coordinate representation of color #085B35: hue angle of 152.53º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085B35 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB89153-
CMYK0.9100.420.64
HSL152.53º83.84%19.41%-
HSV(B)152.53º91.21%35.69%-
XYZ4.487.794.64-
YUV61.8512389.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.26%
GREEN value IS 91 (35.94% from 255) = 59.87%
BLUE value IS 53 (21.09% from 255) = 34.87%
R=5.26%
G=59.87%
B=34.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal891530.9100.420.64152.5383.8419.41
Hex85B355B02A40995413
Octal101336513305210023112423
Binary1000101101111010110110110101010100000010011001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085B35; }

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

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

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

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

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

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

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

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