#659149

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

Shades of Glade Green #659149

Tints of Glade Green #659149

Color information

#659149 (or 0x659149) is unknown color: approx Glade Green. HEX triplet: 65, 91 and 49. RGB value is (101,145,73). Sum of RGB (Red+Green+Blue) = 101+145+73=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #659149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659149 is #9A6EB6. Grayscale: #7B7B7B. Windows color (decimal): -10120887 or 4821349. OLE color: 4821349.

HSL color Cylindrical-coordinate representation of color #659149: hue angle of 96.67º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #659149 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB10114573-
CMYK0.3000.500.43
HSL96.67º33.03%42.75%-
HSV(B)96.67º49.66%56.86%-
XYZ16.6923.59.96-
YUV123.6499.42111.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.66%
GREEN value IS 145 (57.03% from 255) = 45.45%
BLUE value IS 73 (28.91% from 255) = 22.88%
R=31.66%
G=45.45%
B=22.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101145730.3000.500.4396.6733.0342.75
Hex6591491E0322B61212b
Octal14522111136062531414153
Binary11001011001000110010011111001100101010111100001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659149; }

 p { color: rgb(101,145,73); }

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

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

 a { background-color: rgb(101,145,73); }

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

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

 span { border-color: rgb(101,145,73); }

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