Html Css Color HEX #5E804C Glade Green

📋 copy color: '#5E804C'

red 94 ◦ green 128 ◦ blue 76

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

Shades of Glade Green #5E804C

Tints of Glade Green #5E804C

RGB

 RED value IS 94 (37.11% from 255) = 31.54%

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

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

R = 31.54%
G = 42.95%
B = 25.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#5E804C (or 0x5E804C) is known color: Glade Green. HEX triplet: 5E, 80 and 4C. RGB value is (94,128,76). Sum of RGB (Red+Green+Blue) = 94+128+76=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #5E804C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E804C is #A17FB3. Grayscale: #707070. Windows color (decimal): -10583988 or 5013598. OLE color: 5013598.

HSL color Cylindrical-coordinate representation of color #5E804C: hue angle of 99.23º 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 #5E804C is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 128 76 -
CMYK 0.27 0 0.41 0.50
HSL 99.23º 0.25% 0.4% -
HSV(B) 99.23º 0.41% 0.5% -
XYZ 13.64 18.34 9.66 -
YUV 111.91 107.74 115.23 -
System Red Green Blue C M Y K H S L
Decimal 94 128 76 0.27 0 0.41 0.50 99.23 0.25 0.4
Hex 5E 80 4C 1B 0 29 32 63 19 28
Octal 136 200 114 33 0 51 62 143 31 50
Binary 1011110 10000000 1001100 11011 0 101001 110010 1100011 11001 101000

Color Harmonies of #5E804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E804C

Black with #5E804C

Text Example


Text Example

White with #5E804C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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