#648C49

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

Shades of Glade Green #648C49

Tints of Glade Green #648C49

Color information

#648C49 (or 0x648C49) is unknown color: approx Glade Green. HEX triplet: 64, 8C and 49. RGB value is (100,140,73). Sum of RGB (Red+Green+Blue) = 100+140+73=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 140 - color contains mainly: green. Hex color #648C49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648C49 is #9B73B6. Grayscale: #787878. Windows color (decimal): -10187703 or 4820068. OLE color: 4820068.

HSL color Cylindrical-coordinate representation of color #648C49: hue angle of 95.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #648C49 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB10014073-
CMYK0.2900.480.45
HSL95.82º31.46%41.76%-
HSV(B)95.82º47.86%54.9%-
XYZ15.8421.959.7-
YUV120.4101.25113.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.95%
GREEN value IS 140 (55.08% from 255) = 44.73%
BLUE value IS 73 (28.91% from 255) = 23.32%
R=31.95%
G=44.73%
B=23.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100140730.2900.480.4595.8231.4641.76
Hex648C491D0302D601f2a
Octal14421411135060551403752
Binary1100100100011001001001111010110000101101110000011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648C49; }

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

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

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

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

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

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

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

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