#085B36

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

Shades of Fun Green #085B36

Tints of Fun Green #085B36

Color information

#085B36 (or 0x085B36) is unknown color: approx Fun Green. HEX triplet: 08, 5B and 36. RGB value is (8,91,54). Sum of RGB (Red+Green+Blue) = 8+91+54=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 91 (35.94% from 255 or 59.48% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 91 - color contains mainly: green. Hex color #085B36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085B36 is #F7A4C9. Grayscale: #3E3E3E. Windows color (decimal): -16229578 or 3562248. OLE color: 3562248.

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

Color convert

RGB89154-
CMYK0.9100.410.64
HSL153.25º83.84%19.41%-
HSV(B)153.25º91.21%35.69%-
XYZ4.517.84.76-
YUV61.96123.589.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.23%
GREEN value IS 91 (35.94% from 255) = 59.48%
BLUE value IS 54 (21.48% from 255) = 35.29%
R=5.23%
G=59.48%
B=35.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal891540.9100.410.64153.2583.8419.41
Hex85B365B02940995413
Octal101336613305110023112423
Binary1000101101111011010110110101001100000010011001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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