Html Css Color HEX #085935 Fun Green

📋 copy color: '#085935'

red 8 ◦ green 89 ◦ blue 53

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

Shades of Fun Green #085935

Tints of Fun Green #085935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 59.33%

 BLUE value IS 53 (21.09% from 255) = 35.33%

R = 5.33%
G = 59.33%
B = 35.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#085935 (or 0x085935) is known color: Fun Green. HEX triplet: 08, 59 and 35. RGB value is (8,89,53). Sum of RGB (Red+Green+Blue) = 8+89+53=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 89 (35.16% from 255 or 59.33% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 89 - color contains mainly: green. Hex color #085935 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085935 is #F7A6CA. Grayscale: #3C3C3C. Windows color (decimal): -16230091 or 3496200. OLE color: 3496200.

HSL color Cylindrical-coordinate representation of color #085935: hue angle of 153.33º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085935 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 89 53 -
CMYK 0.91 0 0.40 0.65
HSL 153.33º 0.84% 0.19% -
HSV(B) 153.33º 0.91% 0.35% -
XYZ 4.32 7.45 4.58 -
YUV 60.68 123.66 90.43 -
System Red Green Blue C M Y K H S L
Decimal 8 89 53 0.91 0 0.40 0.65 153.33 0.84 0.19
Hex 8 59 35 5B 0 28 41 99 54 13
Octal 10 131 65 133 0 50 101 231 124 23
Binary 1000 1011001 110101 1011011 0 101000 1000001 10011001 1010100 10011

Color Harmonies of #085935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085935

Black with #085935

Text Example


Text Example

White with #085935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085935; }

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

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

background-color css

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

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

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

border-color css

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

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

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