#085B38

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

Shades of Fun Green #085B38

Tints of Fun Green #085B38

Color information

#085B38 (or 0x085B38) is unknown color: approx Fun Green. HEX triplet: 08, 5B and 38. RGB value is (8,91,56). Sum of RGB (Red+Green+Blue) = 8+91+56=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 91 (35.94% from 255 or 58.71% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 91 - color contains mainly: green. Hex color #085B38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085B38 is #F7A4C7. Grayscale: #3E3E3E. Windows color (decimal): -16229576 or 3693320. OLE color: 3693320.

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

Color convert

RGB89156-
CMYK0.9100.380.64
HSL154.7º83.84%19.41%-
HSV(B)154.7º91.21%35.69%-
XYZ4.567.825.01-
YUV62.19124.589.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.16%
GREEN value IS 91 (35.94% from 255) = 58.71%
BLUE value IS 56 (22.27% from 255) = 36.13%
R=5.16%
G=58.71%
B=36.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal891560.9100.380.64154.783.8419.41
Hex85B385B026409b5413
Octal101337013304610023312423
Binary1000101101111100010110110100110100000010011011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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