#5A963F

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

Shades of Glade Green #5A963F

Tints of Glade Green #5A963F

Color information

#5A963F (or 0x5A963F) is unknown color: approx Glade Green. HEX triplet: 5A, 96 and 3F. RGB value is (90,150,63). Sum of RGB (Red+Green+Blue) = 90+150+63=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #5A963F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A963F is #A569C0. Grayscale: #7A7A7A. Windows color (decimal): -10840513 or 4167258. OLE color: 4167258.

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

Color convert

RGB9015063-
CMYK0.400.580.41
HSL101.38º40.85%41.76%-
HSV(B)101.38º58%58.82%-
XYZ16.0224.358.56-
YUV122.1494.62105.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.70%
GREEN value IS 150 (58.98% from 255) = 49.50%
BLUE value IS 63 (25% from 255) = 20.79%
R=29.70%
G=49.50%
B=20.79%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal90150630.400.580.41101.3840.8541.76
Hex5A963F2803A2965292a
Octal1322267750072511455152
Binary10110101001011011111110100001110101010011100101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A963F; }

 p { color: rgb(90,150,63); }

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

<style>
 a { background-color: #5A963F; }

 a { background-color: rgb(90,150,63); }

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

<style>
 span { border-color: #5A963F; }

 span { border-color: rgb(90,150,63); }

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