Html Css Color HEX #5D8150 Glade Green

📋 copy color: '#5D8150'

red 93 ◦ green 129 ◦ blue 80

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

Shades of Glade Green #5D8150

Tints of Glade Green #5D8150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.72%

 BLUE value IS 80 (31.64% from 255) = 26.49%

R = 30.79%
G = 42.72%
B = 26.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#5D8150 (or 0x5D8150) is known color: Glade Green. HEX triplet: 5D, 81 and 50. RGB value is (93,129,80). Sum of RGB (Red+Green+Blue) = 93+129+80=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 129 - color contains mainly: green. Hex color #5D8150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8150 is #A27EAF. Grayscale: #707070. Windows color (decimal): -10649264 or 5275997. OLE color: 5275997.

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

Color convert

RGB 93 129 80 -
CMYK 0.28 0 0.38 0.49
HSL 104.08º 0.23% 0.41% -
HSV(B) 104.08º 0.38% 0.51% -
XYZ 13.81 18.61 10.45 -
YUV 112.65 109.57 113.98 -
System Red Green Blue C M Y K H S L
Decimal 93 129 80 0.28 0 0.38 0.49 104.08 0.23 0.41
Hex 5D 81 50 1C 0 26 31 68 17 29
Octal 135 201 120 34 0 46 61 150 27 51
Binary 1011101 10000001 1010000 11100 0 100110 110001 1101000 10111 101001

Color Harmonies of #5D8150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8150

Black with #5D8150

Text Example


Text Example

White with #5D8150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,129,80); }

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

background-color css

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

 a { background-color: rgb(93,129,80); }

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

border-color css

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

 span { border-color: rgb(93,129,80); }

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