Html Css Color HEX #5D8D48 Glade Green

📋 copy color: '#5D8D48'

red 93 ◦ green 141 ◦ blue 72

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

Shades of Glade Green #5D8D48

Tints of Glade Green #5D8D48

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.08%

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

R = 30.39%
G = 46.08%
B = 23.53%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#5D8D48 (or 0x5D8D48) is known color: Glade Green. HEX triplet: 5D, 8D and 48. RGB value is (93,141,72). Sum of RGB (Red+Green+Blue) = 93+141+72=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 141 - color contains mainly: green. Hex color #5D8D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8D48 is #A272B7. Grayscale: #777777. Windows color (decimal): -10646200 or 4754781. OLE color: 4754781.

HSL color Cylindrical-coordinate representation of color #5D8D48: hue angle of 101.74º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D8D48 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 93 141 72 -
CMYK 0.34 0 0.49 0.45
HSL 101.74º 0.32% 0.42% -
HSV(B) 101.74º 0.49% 0.55% -
XYZ 15.21 21.84 9.55 -
YUV 118.78 101.6 109.61 -
System Red Green Blue C M Y K H S L
Decimal 93 141 72 0.34 0 0.49 0.45 101.74 0.32 0.42
Hex 5D 8D 48 22 0 31 2D 66 20 2A
Octal 135 215 110 42 0 61 55 146 40 52
Binary 1011101 10001101 1001000 100010 0 110001 101101 1100110 100000 101010

Color Harmonies of #5D8D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8D48

Black with #5D8D48

Text Example


Text Example

White with #5D8D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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