Html Css Color HEX #085537 Fun Green

📋 copy color: '#085537'

red 8 ◦ green 85 ◦ blue 55

#085537
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Green #085537

Tints of Fun Green #085537

RGB

 RED value IS 8 (3.52% from 255) = 5.41%

 GREEN value IS 85 (33.59% from 255) = 57.43%

 BLUE value IS 55 (21.88% from 255) = 37.16%

R = 5.41%
G = 57.43%
B = 37.16%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#085537 (or 0x085537) is known color: Fun Green. HEX triplet: 08, 55 and 37. RGB value is (8,85,55). Sum of RGB (Red+Green+Blue) = 8+85+55=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 55 (21.88% from 255 or 37.16% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #085537 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085537 is #F7AAC8. Grayscale: #3A3A3A. Windows color (decimal): -16231113 or 3626248. OLE color: 3626248.

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

Color convert

RGB 8 85 55 -
CMYK 0.91 0 0.35 0.67
HSL 156.62º 0.83% 0.18% -
HSV(B) 156.62º 0.91% 0.33% -
XYZ 4.04 6.82 4.72 -
YUV 58.56 125.99 91.94 -
System Red Green Blue C M Y K H S L
Decimal 8 85 55 0.91 0 0.35 0.67 156.62 0.83 0.18
Hex 8 55 37 5B 0 23 43 9D 53 12
Octal 10 125 67 133 0 43 103 235 123 22
Binary 1000 1010101 110111 1011011 0 100011 1000011 10011101 1010011 10010

Color Harmonies of #085537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085537

Black with #085537

Text Example


Text Example

White with #085537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085537; }

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

 H1.HeaderClassName
 {
   color: #085537;
 }
 .AnyTagClassName
 {
   color: #085537;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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