#56824A

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

Shades of Glade Green #56824A

Tints of Glade Green #56824A

Color information

#56824A (or 0x56824A) is unknown color: approx Glade Green. HEX triplet: 56, 82 and 4A. RGB value is (86,130,74). Sum of RGB (Red+Green+Blue) = 86+130+74=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #56824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56824A is #A97DB5. Grayscale: #6E6E6E. Windows color (decimal): -11107766 or 4883030. OLE color: 4883030.

HSL color Cylindrical-coordinate representation of color #56824A: hue angle of 107.14º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56824A is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB8613074-
CMYK0.3400.430.49
HSL107.14º27.45%40%-
HSV(B)107.14º43.08%50.98%-
XYZ13.0618.449.35-
YUV110.46107.42110.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.66%
GREEN value IS 130 (51.17% from 255) = 44.83%
BLUE value IS 74 (29.30% from 255) = 25.52%
R=29.66%
G=44.83%
B=25.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86130740.3400.430.49107.1427.4540
Hex56824A2202B316b1b28
Octal12620211242053611533350
Binary10101101000001010010101000100101011110001110101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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