#56953E

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

Shades of Glade Green #56953E

Tints of Glade Green #56953E

Color information

#56953E (or 0x56953E) is unknown color: approx Glade Green. HEX triplet: 56, 95 and 3E. RGB value is (86,149,62). Sum of RGB (Red+Green+Blue) = 86+149+62=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #56953E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56953E is #A96AC1. Grayscale: #787878. Windows color (decimal): -11102914 or 4101462. OLE color: 4101462.

HSL color Cylindrical-coordinate representation of color #56953E: hue angle of 103.45º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56953E is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB8614962-
CMYK0.4200.580.42
HSL103.45º41.23%41.37%-
HSV(B)103.45º58.39%58.43%-
XYZ15.4523.828.34-
YUV120.2495.13103.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.96%
GREEN value IS 149 (58.59% from 255) = 50.17%
BLUE value IS 62 (24.61% from 255) = 20.88%
R=28.96%
G=50.17%
B=20.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86149620.4200.580.42103.4541.2341.37
Hex56953E2A03A2A672929
Octal1262257652072521475151
Binary10101101001010111111010101001110101010101100111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,149,62); }

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

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

 a { background-color: rgb(86,149,62); }

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

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

 span { border-color: rgb(86,149,62); }

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