Html Css Color HEX #5D8053 Glade Green

📋 copy color: '#5D8053'

red 93 ◦ green 128 ◦ blue 83

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

Shades of Glade Green #5D8053

Tints of Glade Green #5D8053

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.11%

 BLUE value IS 83 (32.81% from 255) = 27.3%

R = 30.59%
G = 42.11%
B = 27.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#5D8053 (or 0x5D8053) is known color: Glade Green. HEX triplet: 5D, 80 and 53. RGB value is (93,128,83). Sum of RGB (Red+Green+Blue) = 93+128+83=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 128 - color contains mainly: green. Hex color #5D8053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D8053 is #A27FAC. Grayscale: #707070. Windows color (decimal): -10649517 or 5472349. OLE color: 5472349.

HSL color Cylindrical-coordinate representation of color #5D8053: hue angle of 106.67º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5D8053 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB 93 128 83 -
CMYK 0.27 0 0.35 0.50
HSL 106.67º 0.21% 0.41% -
HSV(B) 106.67º 0.35% 0.5% -
XYZ 13.79 18.39 11.01 -
YUV 112.41 111.4 114.16 -
System Red Green Blue C M Y K H S L
Decimal 93 128 83 0.27 0 0.35 0.50 106.67 0.21 0.41
Hex 5D 80 53 1B 0 23 32 6B 15 29
Octal 135 200 123 33 0 43 62 153 25 51
Binary 1011101 10000000 1010011 11011 0 100011 110010 1101011 10101 101001

Color Harmonies of #5D8053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8053

Black with #5D8053

Text Example


Text Example

White with #5D8053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,128,83); }

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

background-color css

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

 a { background-color: rgb(93,128,83); }

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

border-color css

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

 span { border-color: rgb(93,128,83); }

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