#56884A

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

Shades of Glade Green #56884A

Tints of Glade Green #56884A

Color information

#56884A (or 0x56884A) is unknown color: approx Glade Green. HEX triplet: 56, 88 and 4A. RGB value is (86,136,74). Sum of RGB (Red+Green+Blue) = 86+136+74=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #56884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56884A is #A977B5. Grayscale: #727272. Windows color (decimal): -11106230 or 4884566. OLE color: 4884566.

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

Color convert

RGB8613674-
CMYK0.3700.460.47
HSL108.39º29.52%41.18%-
HSV(B)108.39º45.59%53.33%-
XYZ13.8820.089.62-
YUV113.98105.44108.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.05%
GREEN value IS 136 (53.52% from 255) = 45.95%
BLUE value IS 74 (29.30% from 255) = 25%
R=29.05%
G=45.95%
B=25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86136740.3700.460.47108.3929.5241.18
Hex56884A2502E2F6c1e29
Octal12621011245056571543651
Binary10101101000100010010101001010101110101111110110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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