Html Css Color HEX #5F804C Glade Green

📋 copy color: '#5F804C'

red 95 ◦ green 128 ◦ blue 76

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

Shades of Glade Green #5F804C

Tints of Glade Green #5F804C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.81%

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

R = 31.77%
G = 42.81%
B = 25.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#5F804C (or 0x5F804C) is known color: Glade Green. HEX triplet: 5F, 80 and 4C. RGB value is (95,128,76). Sum of RGB (Red+Green+Blue) = 95+128+76=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 128 - color contains mainly: green. Hex color #5F804C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F804C is #A07FB3. Grayscale: #707070. Windows color (decimal): -10518452 or 5013599. OLE color: 5013599.

HSL color Cylindrical-coordinate representation of color #5F804C: hue angle of 98.08º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F804C is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 95 128 76 -
CMYK 0.26 0 0.41 0.50
HSL 98.08º 0.25% 0.4% -
HSV(B) 98.08º 0.41% 0.5% -
XYZ 13.74 18.39 9.66 -
YUV 112.21 107.57 115.73 -
System Red Green Blue C M Y K H S L
Decimal 95 128 76 0.26 0 0.41 0.50 98.08 0.25 0.4
Hex 5F 80 4C 1A 0 29 32 62 19 28
Octal 137 200 114 32 0 51 62 142 31 50
Binary 1011111 10000000 1001100 11010 0 101001 110010 1100010 11001 101000

Color Harmonies of #5F804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F804C

Black with #5F804C

Text Example


Text Example

White with #5F804C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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