#56824E

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

Shades of Glade Green #56824E

Tints of Glade Green #56824E

Color information

#56824E (or 0x56824E) is unknown color: approx Glade Green. HEX triplet: 56, 82 and 4E. RGB value is (86,130,78). Sum of RGB (Red+Green+Blue) = 86+130+78=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #56824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56824E is #A97DB1. Grayscale: #6F6F6F. Windows color (decimal): -11107762 or 5145174. OLE color: 5145174.

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

Color convert

RGB8613078-
CMYK0.3400.400.49
HSL110.77º25%40.78%-
HSV(B)110.77º40%50.98%-
XYZ13.218.4910.08-
YUV110.92109.42110.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.25%
GREEN value IS 130 (51.17% from 255) = 44.22%
BLUE value IS 78 (30.86% from 255) = 26.53%
R=29.25%
G=44.22%
B=26.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86130780.3400.400.49110.772540.78
Hex56824E22028316f1929
Octal12620211642050611573151
Binary10101101000001010011101000100101000110001110111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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