Html Css Color HEX #5D824F Glade Green

📋 copy color: '#5D824F'

red 93 ◦ green 130 ◦ blue 79

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

Shades of Glade Green #5D824F

Tints of Glade Green #5D824F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.16%

R = 30.79%
G = 43.05%
B = 26.16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#5D824F (or 0x5D824F) is known color: Glade Green. HEX triplet: 5D, 82 and 4F. RGB value is (93,130,79). Sum of RGB (Red+Green+Blue) = 93+130+79=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #5D824F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D824F is #A27DB0. Grayscale: #717171. Windows color (decimal): -10649009 or 5210717. OLE color: 5210717.

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

Color convert

RGB 93 130 79 -
CMYK 0.28 0 0.39 0.49
HSL 103.53º 0.24% 0.41% -
HSV(B) 103.53º 0.39% 0.51% -
XYZ 13.91 18.86 10.3 -
YUV 113.12 108.74 113.65 -
System Red Green Blue C M Y K H S L
Decimal 93 130 79 0.28 0 0.39 0.49 103.53 0.24 0.41
Hex 5D 82 4F 1C 0 27 31 68 18 29
Octal 135 202 117 34 0 47 61 150 30 51
Binary 1011101 10000010 1001111 11100 0 100111 110001 1101000 11000 101001

Color Harmonies of #5D824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D824F

Black with #5D824F

Text Example


Text Example

White with #5D824F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,130,79); }

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

background-color css

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

 a { background-color: rgb(93,130,79); }

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

border-color css

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

 span { border-color: rgb(93,130,79); }

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