Html Css Color HEX #55804D Glade Green

📋 copy color: '#55804D'

red 85 ◦ green 128 ◦ blue 77

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

Shades of Glade Green #55804D

Tints of Glade Green #55804D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.55%

R = 29.31%
G = 44.14%
B = 26.55%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#55804D (or 0x55804D) is known color: Glade Green. HEX triplet: 55, 80 and 4D. RGB value is (85,128,77). Sum of RGB (Red+Green+Blue) = 85+128+77=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 128 - color contains mainly: green. Hex color #55804D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55804D is #AA7FB2. Grayscale: #6D6D6D. Windows color (decimal): -11173811 or 5079125. OLE color: 5079125.

HSL color Cylindrical-coordinate representation of color #55804D: hue angle of 110.59º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55804D is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 128 77 -
CMYK 0.34 0 0.40 0.50
HSL 110.59º 0.25% 0.4% -
HSV(B) 110.59º 0.4% 0.5% -
XYZ 12.81 17.91 9.8 -
YUV 109.33 109.75 110.65 -
System Red Green Blue C M Y K H S L
Decimal 85 128 77 0.34 0 0.40 0.50 110.59 0.25 0.4
Hex 55 80 4D 22 0 28 32 6F 19 28
Octal 125 200 115 42 0 50 62 157 31 50
Binary 1010101 10000000 1001101 100010 0 101000 110010 1101111 11001 101000

Color Harmonies of #55804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55804D

Black with #55804D

Text Example


Text Example

White with #55804D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55804D; }

 p { color: rgb(85,128,77); }

 H1.HeaderClassName
 {
   color: #55804D;
 }
 .AnyTagClassName
 {
   color: #55804D;
 }
</style>

background-color css

<style>
 a { background-color: #55804D; }

 a { background-color: rgb(85,128,77); }

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

border-color css

<style>
 span { border-color: #55804D; }

 span { border-color: rgb(85,128,77); }

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