#649544

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

Shades of Glade Green #649544

Tints of Glade Green #649544

Color information

#649544 (or 0x649544) is unknown color: approx Glade Green. HEX triplet: 64, 95 and 44. RGB value is (100,149,68). Sum of RGB (Red+Green+Blue) = 100+149+68=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #649544 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649544 is #9B6ABB. Grayscale: #7D7D7D. Windows color (decimal): -10185404 or 4494692. OLE color: 4494692.

HSL color Cylindrical-coordinate representation of color #649544: hue angle of 96.3º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #649544 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB10014968-
CMYK0.3300.540.42
HSL96.3º37.33%42.55%-
HSV(B)96.3º54.36%58.43%-
XYZ17.0524.629.32-
YUV125.1295.77110.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.55%
GREEN value IS 149 (58.59% from 255) = 47.00%
BLUE value IS 68 (26.95% from 255) = 21.45%
R=31.55%
G=47.00%
B=21.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100149680.3300.540.4296.337.3342.55
Hex649544210362A60252b
Octal14422510441066521404553
Binary110010010010101100010010000101101101010101100000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649544; }

 p { color: rgb(100,149,68); }

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

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

 a { background-color: rgb(100,149,68); }

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

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

 span { border-color: rgb(100,149,68); }

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