#649345

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

Shades of Glade Green #649345

Tints of Glade Green #649345

Color information

#649345 (or 0x649345) is unknown color: approx Glade Green. HEX triplet: 64, 93 and 45. RGB value is (100,147,69). Sum of RGB (Red+Green+Blue) = 100+147+69=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #649345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649345 is #9B6CBA. Grayscale: #7C7C7C. Windows color (decimal): -10185915 or 4559716. OLE color: 4559716.

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

Color convert

RGB10014769-
CMYK0.3200.530.42
HSL96.15º36.11%42.35%-
HSV(B)96.15º53.06%57.65%-
XYZ16.7624.019.38-
YUV124.0696.93110.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.65%
GREEN value IS 147 (57.81% from 255) = 46.52%
BLUE value IS 69 (27.34% from 255) = 21.84%
R=31.65%
G=46.52%
B=21.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100147690.3200.530.4296.1536.1142.35
Hex649345200352A60242a
Octal14422310540065521404452
Binary110010010010011100010110000001101011010101100000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649345; }

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

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

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

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

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

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

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

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