#649146

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

Shades of Glade Green #649146

Tints of Glade Green #649146

Color information

#649146 (or 0x649146) is unknown color: approx Glade Green. HEX triplet: 64, 91 and 46. RGB value is (100,145,70). Sum of RGB (Red+Green+Blue) = 100+145+70=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #649146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649146 is #9B6EB9. Grayscale: #7B7B7B. Windows color (decimal): -10186426 or 4624740. OLE color: 4624740.

HSL color Cylindrical-coordinate representation of color #649146: hue angle of 96º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #649146 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB10014570-
CMYK0.3100.520.43
HSL96º34.88%42.16%-
HSV(B)96º51.72%56.86%-
XYZ16.4923.49.44-
YUV122.9998.09111.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.75%
GREEN value IS 145 (57.03% from 255) = 46.03%
BLUE value IS 70 (27.73% from 255) = 22.22%
R=31.75%
G=46.03%
B=22.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100145700.3100.520.439634.8842.16
Hex6491461F0342B60232a
Octal14422110637064531404352
Binary11001001001000110001101111101101001010111100000100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649146; }

 p { color: rgb(100,145,70); }

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

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

 a { background-color: rgb(100,145,70); }

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

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

 span { border-color: rgb(100,145,70); }

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