Html Css Color HEX #5D7852 Glade Green

📋 copy color: '#5D7852'

red 93 ◦ green 120 ◦ blue 82

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

Shades of Glade Green #5D7852

Tints of Glade Green #5D7852

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.68%

 BLUE value IS 82 (32.42% from 255) = 27.8%

R = 31.53%
G = 40.68%
B = 27.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#5D7852 (or 0x5D7852) is known color: Glade Green. HEX triplet: 5D, 78 and 52. RGB value is (93,120,82). Sum of RGB (Red+Green+Blue) = 93+120+82=295 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.53% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #5D7852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7852 is #A287AD. Grayscale: #6B6B6B. Windows color (decimal): -10651566 or 5404765. OLE color: 5404765.

HSL color Cylindrical-coordinate representation of color #5D7852: hue angle of 102.63º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D7852 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 120 82 -
CMYK 0.22 0 0.32 0.53
HSL 102.63º 0.19% 0.4% -
HSV(B) 102.63º 0.32% 0.47% -
XYZ 12.75 16.37 10.47 -
YUV 107.6 113.55 117.59 -
System Red Green Blue C M Y K H S L
Decimal 93 120 82 0.22 0 0.32 0.53 102.63 0.19 0.4
Hex 5D 78 52 16 0 20 35 67 13 28
Octal 135 170 122 26 0 40 65 147 23 50
Binary 1011101 1111000 1010010 10110 0 100000 110101 1100111 10011 101000

Color Harmonies of #5D7852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7852

Black with #5D7852

Text Example


Text Example

White with #5D7852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,120,82); }

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

background-color css

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

 a { background-color: rgb(93,120,82); }

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

border-color css

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

 span { border-color: rgb(93,120,82); }

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