Html Css Color HEX #55864D Glade Green

📋 copy color: '#55864D'

red 85 ◦ green 134 ◦ blue 77

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

Shades of Glade Green #55864D

Tints of Glade Green #55864D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.27%

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

R = 28.72%
G = 45.27%
B = 26.01%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#55864D (or 0x55864D) is known color: Glade Green. HEX triplet: 55, 86 and 4D. RGB value is (85,134,77). Sum of RGB (Red+Green+Blue) = 85+134+77=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #55864D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55864D is #AA79B2. Grayscale: #717171. Windows color (decimal): -11172275 or 5080661. OLE color: 5080661.

HSL color Cylindrical-coordinate representation of color #55864D: hue angle of 111.58º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55864D is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 134 77 -
CMYK 0.37 0 0.43 0.47
HSL 111.58º 0.27% 0.41% -
HSV(B) 111.58º 0.43% 0.53% -
XYZ 13.61 19.52 10.07 -
YUV 112.85 107.77 108.13 -
System Red Green Blue C M Y K H S L
Decimal 85 134 77 0.37 0 0.43 0.47 111.58 0.27 0.41
Hex 55 86 4D 25 0 2B 2F 70 1B 29
Octal 125 206 115 45 0 53 57 160 33 51
Binary 1010101 10000110 1001101 100101 0 101011 101111 1110000 11011 101001

Color Harmonies of #55864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55864D

Black with #55864D

Text Example


Text Example

White with #55864D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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