Html Css Color HEX #5D8C4B Glade Green

📋 copy color: '#5D8C4B'

red 93 ◦ green 140 ◦ blue 75

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

Shades of Glade Green #5D8C4B

Tints of Glade Green #5D8C4B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.45%

 BLUE value IS 75 (29.69% from 255) = 24.35%

R = 30.19%
G = 45.45%
B = 24.35%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#5D8C4B (or 0x5D8C4B) is known color: Glade Green. HEX triplet: 5D, 8C and 4B. RGB value is (93,140,75). Sum of RGB (Red+Green+Blue) = 93+140+75=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 140 - color contains mainly: green. Hex color #5D8C4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8C4B is #A273B4. Grayscale: #767676. Windows color (decimal): -10646453 or 4951133. OLE color: 4951133.

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

Color convert

RGB 93 140 75 -
CMYK 0.34 0 0.46 0.45
HSL 103.38º 0.3% 0.42% -
HSV(B) 103.38º 0.46% 0.55% -
XYZ 15.16 21.59 10.03 -
YUV 118.54 103.43 109.79 -
System Red Green Blue C M Y K H S L
Decimal 93 140 75 0.34 0 0.46 0.45 103.38 0.3 0.42
Hex 5D 8C 4B 22 0 2E 2D 67 1E 2A
Octal 135 214 113 42 0 56 55 147 36 52
Binary 1011101 10001100 1001011 100010 0 101110 101101 1100111 11110 101010

Color Harmonies of #5D8C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8C4B

Black with #5D8C4B

Text Example


Text Example

White with #5D8C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,140,75); }

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

background-color css

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

 a { background-color: rgb(93,140,75); }

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

border-color css

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

 span { border-color: rgb(93,140,75); }

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