#56814B

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

Shades of Glade Green #56814B

Tints of Glade Green #56814B

Color information

#56814B (or 0x56814B) is unknown color: approx Glade Green. HEX triplet: 56, 81 and 4B. RGB value is (86,129,75). Sum of RGB (Red+Green+Blue) = 86+129+75=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #56814B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56814B is #A97EB4. Grayscale: #6E6E6E. Windows color (decimal): -11108021 or 4948310. OLE color: 4948310.

HSL color Cylindrical-coordinate representation of color #56814B: hue angle of 107.78º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #56814B is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB8612975-
CMYK0.3300.420.49
HSL107.78º26.47%40%-
HSV(B)107.78º41.86%50.59%-
XYZ12.9618.199.48-
YUV109.99108.25110.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.66%
GREEN value IS 129 (50.78% from 255) = 44.48%
BLUE value IS 75 (29.69% from 255) = 25.86%
R=29.66%
G=44.48%
B=25.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86129750.3300.420.49107.7826.4740
Hex56814B2102A316c1a28
Octal12620111341052611543250
Binary10101101000000110010111000010101010110001110110011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,129,75); }

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

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

 a { background-color: rgb(86,129,75); }

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

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

 span { border-color: rgb(86,129,75); }

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