Html Css Color HEX #5D8349 Glade Green

📋 copy color: '#5D8349'

red 93 ◦ green 131 ◦ blue 73

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

Shades of Glade Green #5D8349

Tints of Glade Green #5D8349

RGB

 RED value IS 93 (36.72% from 255) = 31.31%

 GREEN value IS 131 (51.56% from 255) = 44.11%

 BLUE value IS 73 (28.91% from 255) = 24.58%

R = 31.31%
G = 44.11%
B = 24.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#5D8349 (or 0x5D8349) is known color: Glade Green. HEX triplet: 5D, 83 and 49. RGB value is (93,131,73). Sum of RGB (Red+Green+Blue) = 93+131+73=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #5D8349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8349 is #A27CB6. Grayscale: #717171. Windows color (decimal): -10648759 or 4817757. OLE color: 4817757.

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

Color convert

RGB 93 131 73 -
CMYK 0.29 0 0.44 0.49
HSL 99.31º 0.28% 0.4% -
HSV(B) 99.31º 0.44% 0.51% -
XYZ 13.83 19.04 9.25 -
YUV 113.03 105.41 113.72 -
System Red Green Blue C M Y K H S L
Decimal 93 131 73 0.29 0 0.44 0.49 99.31 0.28 0.4
Hex 5D 83 49 1D 0 2C 31 63 1C 28
Octal 135 203 111 35 0 54 61 143 34 50
Binary 1011101 10000011 1001001 11101 0 101100 110001 1100011 11100 101000

Color Harmonies of #5D8349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8349

Black with #5D8349

Text Example


Text Example

White with #5D8349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,131,73); }

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

background-color css

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

 a { background-color: rgb(93,131,73); }

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

border-color css

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

 span { border-color: rgb(93,131,73); }

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