Html Css Color HEX #55854D Glade Green

📋 copy color: '#55854D'

red 85 ◦ green 133 ◦ blue 77

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

Shades of Glade Green #55854D

Tints of Glade Green #55854D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.08%

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

R = 28.81%
G = 45.08%
B = 26.1%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#55854D (or 0x55854D) is known color: Glade Green. HEX triplet: 55, 85 and 4D. RGB value is (85,133,77). Sum of RGB (Red+Green+Blue) = 85+133+77=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #55854D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55854D is #AA7AB2. Grayscale: #707070. Windows color (decimal): -11172531 or 5080405. OLE color: 5080405.

HSL color Cylindrical-coordinate representation of color #55854D: hue angle of 111.43º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55854D is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 133 77 -
CMYK 0.36 0 0.42 0.48
HSL 111.43º 0.27% 0.41% -
HSV(B) 111.43º 0.42% 0.52% -
XYZ 13.47 19.24 10.03 -
YUV 112.26 108.1 108.55 -
System Red Green Blue C M Y K H S L
Decimal 85 133 77 0.36 0 0.42 0.48 111.43 0.27 0.41
Hex 55 85 4D 24 0 2A 30 6F 1B 29
Octal 125 205 115 44 0 52 60 157 33 51
Binary 1010101 10000101 1001101 100100 0 101010 110000 1101111 11011 101001

Color Harmonies of #55854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55854D

Black with #55854D

Text Example


Text Example

White with #55854D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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