#085B3B

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

Shades of Fun Green #085B3B

Tints of Fun Green #085B3B

Color information

#085B3B (or 0x085B3B) is unknown color: approx Fun Green. HEX triplet: 08, 5B and 3B. RGB value is (8,91,59). Sum of RGB (Red+Green+Blue) = 8+91+59=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 91 (35.94% from 255 or 57.59% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 91 - color contains mainly: green. Hex color #085B3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085B3B is #F7A4C4. Grayscale: #3E3E3E. Windows color (decimal): -16229573 or 3889928. OLE color: 3889928.

HSL color Cylindrical-coordinate representation of color #085B3B: hue angle of 156.87º 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 #085B3B is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB89159-
CMYK0.9100.350.64
HSL156.87º83.84%19.41%-
HSV(B)156.87º91.21%35.69%-
XYZ4.637.855.41-
YUV62.5412689.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.06%
GREEN value IS 91 (35.94% from 255) = 57.59%
BLUE value IS 59 (23.44% from 255) = 37.34%
R=5.06%
G=57.59%
B=37.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal891590.9100.350.64156.8783.8419.41
Hex85B3B5B023409d5413
Octal101337313304310023512423
Binary1000101101111101110110110100011100000010011101101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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