Html Css Color HEX #5D8948 Glade Green

📋 copy color: '#5D8948'

red 93 ◦ green 137 ◦ blue 72

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

Shades of Glade Green #5D8948

Tints of Glade Green #5D8948

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.36%

 BLUE value IS 72 (28.52% from 255) = 23.84%

R = 30.79%
G = 45.36%
B = 23.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#5D8948 (or 0x5D8948) is known color: Glade Green. HEX triplet: 5D, 89 and 48. RGB value is (93,137,72). Sum of RGB (Red+Green+Blue) = 93+137+72=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #5D8948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8948 is #A276B7. Grayscale: #747474. Windows color (decimal): -10647224 or 4753757. OLE color: 4753757.

HSL color Cylindrical-coordinate representation of color #5D8948: hue angle of 100.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D8948 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 93 137 72 -
CMYK 0.32 0 0.47 0.46
HSL 100.62º 0.31% 0.41% -
HSV(B) 100.62º 0.47% 0.54% -
XYZ 14.63 20.69 9.35 -
YUV 116.43 102.92 111.29 -
System Red Green Blue C M Y K H S L
Decimal 93 137 72 0.32 0 0.47 0.46 100.62 0.31 0.41
Hex 5D 89 48 20 0 2F 2E 65 1F 29
Octal 135 211 110 40 0 57 56 145 37 51
Binary 1011101 10001001 1001000 100000 0 101111 101110 1100101 11111 101001

Color Harmonies of #5D8948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8948

Black with #5D8948

Text Example


Text Example

White with #5D8948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,137,72); }

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

background-color css

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

 a { background-color: rgb(93,137,72); }

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

border-color css

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

 span { border-color: rgb(93,137,72); }

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