#649549

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

Shades of Glade Green #649549

Tints of Glade Green #649549

Color information

#649549 (or 0x649549) is unknown color: approx Glade Green. HEX triplet: 64, 95 and 49. RGB value is (100,149,73). Sum of RGB (Red+Green+Blue) = 100+149+73=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #649549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649549 is #9B6AB6. Grayscale: #7D7D7D. Windows color (decimal): -10185399 or 4822372. OLE color: 4822372.

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

Color convert

RGB10014973-
CMYK0.3300.510.42
HSL98.68º34.23%43.53%-
HSV(B)98.68º51.01%58.43%-
XYZ17.2124.6910.16-
YUV125.6898.27109.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.06%
GREEN value IS 149 (58.59% from 255) = 46.27%
BLUE value IS 73 (28.91% from 255) = 22.67%
R=31.06%
G=46.27%
B=22.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100149730.3300.510.4298.6834.2343.53
Hex649549210332A63222c
Octal14422511141063521434254
Binary110010010010101100100110000101100111010101100011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649549; }

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

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

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

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

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

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

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

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