Html Css Color HEX #55894B Glade Green

📋 copy color: '#55894B'

red 85 ◦ green 137 ◦ blue 75

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

Shades of Glade Green #55894B

Tints of Glade Green #55894B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.13%

 BLUE value IS 75 (29.69% from 255) = 25.25%

R = 28.62%
G = 46.13%
B = 25.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#55894B (or 0x55894B) is known color: Glade Green. HEX triplet: 55, 89 and 4B. RGB value is (85,137,75). Sum of RGB (Red+Green+Blue) = 85+137+75=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #55894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55894B is #AA76B4. Grayscale: #727272. Windows color (decimal): -11171509 or 4950357. OLE color: 4950357.

HSL color Cylindrical-coordinate representation of color #55894B: hue angle of 110.32º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55894B is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 137 75 -
CMYK 0.38 0 0.45 0.46
HSL 110.32º 0.29% 0.42% -
HSV(B) 110.32º 0.45% 0.54% -
XYZ 13.96 20.33 9.84 -
YUV 114.38 105.77 107.04 -
System Red Green Blue C M Y K H S L
Decimal 85 137 75 0.38 0 0.45 0.46 110.32 0.29 0.42
Hex 55 89 4B 26 0 2D 2E 6E 1D 2A
Octal 125 211 113 46 0 55 56 156 35 52
Binary 1010101 10001001 1001011 100110 0 101101 101110 1101110 11101 101010

Color Harmonies of #55894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55894B

Black with #55894B

Text Example


Text Example

White with #55894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55894B; }

 p { color: rgb(85,137,75); }

 H1.HeaderClassName
 {
   color: #55894B;
 }
 .AnyTagClassName
 {
   color: #55894B;
 }
</style>

background-color css

<style>
 a { background-color: #55894B; }

 a { background-color: rgb(85,137,75); }

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

border-color css

<style>
 span { border-color: #55894B; }

 span { border-color: rgb(85,137,75); }

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