#5A913F

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

Shades of Glade Green #5A913F

Tints of Glade Green #5A913F

Color information

#5A913F (or 0x5A913F) is unknown color: approx Glade Green. HEX triplet: 5A, 91 and 3F. RGB value is (90,145,63). Sum of RGB (Red+Green+Blue) = 90+145+63=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #5A913F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A913F is #A56EC0. Grayscale: #777777. Windows color (decimal): -10841793 or 4165978. OLE color: 4165978.

HSL color Cylindrical-coordinate representation of color #5A913F: hue angle of 100.24º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A913F is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB9014563-
CMYK0.3800.570.43
HSL100.24º39.42%40.78%-
HSV(B)100.24º56.55%56.86%-
XYZ15.2422.788.3-
YUV119.2196.28107.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.20%
GREEN value IS 145 (57.03% from 255) = 48.66%
BLUE value IS 63 (25% from 255) = 21.14%
R=30.20%
G=48.66%
B=21.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal90145630.3800.570.43100.2439.4240.78
Hex5A913F260392B642729
Octal1322217746071531444751
Binary10110101001000111111110011001110011010111100100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A913F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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