Html Css Color HEX #55814D Glade Green

📋 copy color: '#55814D'

red 85 ◦ green 129 ◦ blue 77

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

Shades of Glade Green #55814D

Tints of Glade Green #55814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.33%

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

R = 29.21%
G = 44.33%
B = 26.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#55814D (or 0x55814D) is known color: Glade Green. HEX triplet: 55, 81 and 4D. RGB value is (85,129,77). Sum of RGB (Red+Green+Blue) = 85+129+77=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #55814D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55814D is #AA7EB2. Grayscale: #6E6E6E. Windows color (decimal): -11173555 or 5079381. OLE color: 5079381.

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

Color convert

RGB 85 129 77 -
CMYK 0.34 0 0.40 0.49
HSL 110.77º 0.25% 0.4% -
HSV(B) 110.77º 0.4% 0.51% -
XYZ 12.94 18.17 9.85 -
YUV 109.92 109.42 110.23 -
System Red Green Blue C M Y K H S L
Decimal 85 129 77 0.34 0 0.40 0.49 110.77 0.25 0.4
Hex 55 81 4D 22 0 28 31 6F 19 28
Octal 125 201 115 42 0 50 61 157 31 50
Binary 1010101 10000001 1001101 100010 0 101000 110001 1101111 11001 101000

Color Harmonies of #55814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55814D

Black with #55814D

Text Example


Text Example

White with #55814D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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