#659248

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

Shades of Glade Green #659248

Tints of Glade Green #659248

Color information

#659248 (or 0x659248) is unknown color: approx Glade Green. HEX triplet: 65, 92 and 48. RGB value is (101,146,72). Sum of RGB (Red+Green+Blue) = 101+146+72=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #659248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659248 is #9A6DB7. Grayscale: #7C7C7C. Windows color (decimal): -10120632 or 4756069. OLE color: 4756069.

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

Color convert

RGB10114672-
CMYK0.3100.510.43
HSL96.49º33.94%42.75%-
HSV(B)96.49º50.68%57.25%-
XYZ16.8223.799.84-
YUV124.1198.59111.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.66%
GREEN value IS 146 (57.42% from 255) = 45.77%
BLUE value IS 72 (28.52% from 255) = 22.57%
R=31.66%
G=45.77%
B=22.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101146720.3100.510.4396.4933.9442.75
Hex6592481F0332B60222b
Octal14522211037063531404253
Binary11001011001001010010001111101100111010111100000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659248; }

 p { color: rgb(101,146,72); }

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

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

 a { background-color: rgb(101,146,72); }

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

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

 span { border-color: rgb(101,146,72); }

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