Html Css Color HEX #557D50 Glade Green

📋 copy color: '#557D50'

red 85 ◦ green 125 ◦ blue 80

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

Shades of Glade Green #557D50

Tints of Glade Green #557D50

RGB

 RED value IS 85 (33.59% from 255) = 29.31%

 GREEN value IS 125 (49.22% from 255) = 43.1%

 BLUE value IS 80 (31.64% from 255) = 27.59%

R = 29.31%
G = 43.1%
B = 27.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#557D50 (or 0x557D50) is known color: Glade Green. HEX triplet: 55, 7D and 50. RGB value is (85,125,80). Sum of RGB (Red+Green+Blue) = 85+125+80=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 125 (49.22% from 255 or 43.10% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 125 - color contains mainly: green. Hex color #557D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557D50 is #AA82AF. Grayscale: #6C6C6C. Windows color (decimal): -11174576 or 5274965. OLE color: 5274965.

HSL color Cylindrical-coordinate representation of color #557D50: hue angle of 113.33º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #557D50 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 125 80 -
CMYK 0.32 0 0.36 0.51
HSL 113.33º 0.22% 0.4% -
HSV(B) 113.33º 0.36% 0.49% -
XYZ 12.53 17.18 10.24 -
YUV 107.91 112.25 111.66 -
System Red Green Blue C M Y K H S L
Decimal 85 125 80 0.32 0 0.36 0.51 113.33 0.22 0.4
Hex 55 7D 50 20 0 24 33 71 16 28
Octal 125 175 120 40 0 44 63 161 26 50
Binary 1010101 1111101 1010000 100000 0 100100 110011 1110001 10110 101000

Color Harmonies of #557D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557D50

Black with #557D50

Text Example


Text Example

White with #557D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557D50; }

 p { color: rgb(85,125,80); }

 H1.HeaderClassName
 {
   color: #557D50;
 }
 .AnyTagClassName
 {
   color: #557D50;
 }
</style>

background-color css

<style>
 a { background-color: #557D50; }

 a { background-color: rgb(85,125,80); }

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

border-color css

<style>
 span { border-color: #557D50; }

 span { border-color: rgb(85,125,80); }

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