#56854A

Color #56854A Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #56854A

Tints of Glade Green #56854A

Color information

#56854A (or 0x56854A) is unknown color: approx Glade Green. HEX triplet: 56, 85 and 4A. RGB value is (86,133,74). Sum of RGB (Red+Green+Blue) = 86+133+74=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #56854A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56854A is #A97AB5. Grayscale: #707070. Windows color (decimal): -11106998 or 4883798. OLE color: 4883798.

HSL color Cylindrical-coordinate representation of color #56854A: hue angle of 107.8º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56854A is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB8613374-
CMYK0.3500.440.48
HSL107.8º28.5%40.59%-
HSV(B)107.8º44.36%52.16%-
XYZ13.4619.259.48-
YUV112.22106.43109.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.35%
GREEN value IS 133 (52.34% from 255) = 45.39%
BLUE value IS 74 (29.30% from 255) = 25.26%
R=29.35%
G=45.39%
B=25.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86133740.3500.440.48107.828.540.59
Hex56854A2302C306c1d29
Octal12620511243054601543551
Binary10101101000010110010101000110101100110000110110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56854A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56854A; }

 p { color: rgb(86,133,74); }

 H1.HeaderClassName
 {
   color: #56854A;
 }
 .AnyTagClassName
 {
   color: #56854A;
 }
</style>
background-color css

<style>
 a { background-color: #56854A; }

 a { background-color: rgb(86,133,74); }

 div.DivClassName
 {
   background-color: #56854A;
 }
 .BgClassName
 {
   background-color: #56854A;
 }
</style>
border-color css

<style>
 span { border-color: #56854A; }

 span { border-color: rgb(86,133,74); }

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