#649250

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

Shades of Glade Green #649250

Tints of Glade Green #649250

Color information

#649250 (or 0x649250) is unknown color: approx Glade Green. HEX triplet: 64, 92 and 50. RGB value is (100,146,80). Sum of RGB (Red+Green+Blue) = 100+146+80=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #649250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649250 is #9B6DAF. Grayscale: #7C7C7C. Windows color (decimal): -10186160 or 5280356. OLE color: 5280356.

HSL color Cylindrical-coordinate representation of color #649250: hue angle of 101.82º 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 #649250 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB10014680-
CMYK0.3200.450.43
HSL101.82º29.2%44.31%-
HSV(B)101.82º45.21%57.25%-
XYZ16.9823.8511.3-
YUV124.72102.76110.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.67%
GREEN value IS 146 (57.42% from 255) = 44.79%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=30.67%
G=44.79%
B=24.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100146800.3200.450.43101.8229.244.31
Hex6492502002D2B661d2c
Octal14422212040055531463554
Binary11001001001001010100001000000101101101011110011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649250; }

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

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

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

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

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

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

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

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