#649150

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

Shades of Glade Green #649150

Tints of Glade Green #649150

Color information

#649150 (or 0x649150) is unknown color: approx Glade Green. HEX triplet: 64, 91 and 50. RGB value is (100,145,80). Sum of RGB (Red+Green+Blue) = 100+145+80=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #649150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649150 is #9B6EAF. Grayscale: #7C7C7C. Windows color (decimal): -10186416 or 5280100. OLE color: 5280100.

HSL color Cylindrical-coordinate representation of color #649150: hue angle of 101.54º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #649150 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB10014580-
CMYK0.3100.450.43
HSL101.54º28.89%44.12%-
HSV(B)101.54º44.83%56.86%-
XYZ16.8323.5411.25-
YUV124.14103.09110.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.77%
GREEN value IS 145 (57.03% from 255) = 44.62%
BLUE value IS 80 (31.64% from 255) = 24.62%
R=30.77%
G=44.62%
B=24.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100145800.3100.450.43101.5428.8944.12
Hex6491501F02D2B661d2c
Octal14422112037055531463554
Binary1100100100100011010000111110101101101011110011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649150; }

 p { color: rgb(100,145,80); }

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

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

 a { background-color: rgb(100,145,80); }

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

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

 span { border-color: rgb(100,145,80); }

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