Html Css Color HEX #5F824C Glade Green

📋 copy color: '#5F824C'

red 95 ◦ green 130 ◦ blue 76

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

Shades of Glade Green #5F824C

Tints of Glade Green #5F824C

RGB

 RED value IS 95 (37.5% from 255) = 31.56%

 GREEN value IS 130 (51.17% from 255) = 43.19%

 BLUE value IS 76 (30.08% from 255) = 25.25%

R = 31.56%
G = 43.19%
B = 25.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#5F824C (or 0x5F824C) is known color: Glade Green. HEX triplet: 5F, 82 and 4C. RGB value is (95,130,76). Sum of RGB (Red+Green+Blue) = 95+130+76=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #5F824C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F824C is #A07DB3. Grayscale: #717171. Windows color (decimal): -10517940 or 5014111. OLE color: 5014111.

HSL color Cylindrical-coordinate representation of color #5F824C: hue angle of 98.89º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F824C is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 95 130 76 -
CMYK 0.27 0 0.42 0.49
HSL 98.89º 0.26% 0.4% -
HSV(B) 98.89º 0.42% 0.51% -
XYZ 14.01 18.92 9.75 -
YUV 113.38 106.9 114.89 -
System Red Green Blue C M Y K H S L
Decimal 95 130 76 0.27 0 0.42 0.49 98.89 0.26 0.4
Hex 5F 82 4C 1B 0 2A 31 63 1A 28
Octal 137 202 114 33 0 52 61 143 32 50
Binary 1011111 10000010 1001100 11011 0 101010 110001 1100011 11010 101000

Color Harmonies of #5F824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F824C

Black with #5F824C

Text Example


Text Example

White with #5F824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F824C; }

 p { color: rgb(95,130,76); }

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

background-color css

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

 a { background-color: rgb(95,130,76); }

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

border-color css

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

 span { border-color: rgb(95,130,76); }

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