Html Css Color HEX #085835 Fun Green

📋 copy color: '#085835'

red 8 ◦ green 88 ◦ blue 53

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

Shades of Fun Green #085835

Tints of Fun Green #085835

RGB

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

 GREEN value IS 88 (34.77% from 255) = 59.06%

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

R = 5.37%
G = 59.06%
B = 35.57%

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

#085835 (or 0x085835) is known color: Fun Green. HEX triplet: 08, 58 and 35. RGB value is (8,88,53). Sum of RGB (Red+Green+Blue) = 8+88+53=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 88 (34.77% from 255 or 59.06% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 88 - color contains mainly: green. Hex color #085835 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085835 is #F7A7CA. Grayscale: #3C3C3C. Windows color (decimal): -16230347 or 3495944. OLE color: 3495944.

HSL color Cylindrical-coordinate representation of color #085835: hue angle of 153.75º degrees, saturation: 0.83, 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 #085835 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 88 53 -
CMYK 0.91 0 0.40 0.65
HSL 153.75º 0.83% 0.19% -
HSV(B) 153.75º 0.91% 0.35% -
XYZ 4.23 7.29 4.55 -
YUV 60.09 124 90.85 -
System Red Green Blue C M Y K H S L
Decimal 8 88 53 0.91 0 0.40 0.65 153.75 0.83 0.19
Hex 8 58 35 5B 0 28 41 9A 53 13
Octal 10 130 65 133 0 50 101 232 123 23
Binary 1000 1011000 110101 1011011 0 101000 1000001 10011010 1010011 10011

Color Harmonies of #085835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085835

Black with #085835

Text Example


Text Example

White with #085835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085835; }

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

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

background-color css

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

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

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

border-color css

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

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

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