#649349

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

Shades of Glade Green #649349

Tints of Glade Green #649349

Color information

#649349 (or 0x649349) is unknown color: approx Glade Green. HEX triplet: 64, 93 and 49. RGB value is (100,147,73). Sum of RGB (Red+Green+Blue) = 100+147+73=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #649349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649349 is #9B6CB6. Grayscale: #7C7C7C. Windows color (decimal): -10185911 or 4821860. OLE color: 4821860.

HSL color Cylindrical-coordinate representation of color #649349: hue angle of 98.11º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #649349 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB10014773-
CMYK0.3200.500.42
HSL98.11º33.64%43.14%-
HSV(B)98.11º50.34%57.65%-
XYZ16.8924.0610.06-
YUV124.5198.93110.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.25%
GREEN value IS 147 (57.81% from 255) = 45.94%
BLUE value IS 73 (28.91% from 255) = 22.81%
R=31.25%
G=45.94%
B=22.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100147730.3200.500.4298.1133.6443.14
Hex649349200322A62222b
Octal14422311140062521424253
Binary110010010010011100100110000001100101010101100010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649349; }

 p { color: rgb(100,147,73); }

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

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

 a { background-color: rgb(100,147,73); }

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

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

 span { border-color: rgb(100,147,73); }

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