#659550

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

Shades of Glade Green #659550

Tints of Glade Green #659550

Color information

#659550 (or 0x659550) is unknown color: approx Glade Green. HEX triplet: 65, 95 and 50. RGB value is (101,149,80). Sum of RGB (Red+Green+Blue) = 101+149+80=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #659550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659550 is #9A6AAF. Grayscale: #7F7F7F. Windows color (decimal): -10119856 or 5281125. OLE color: 5281125.

HSL color Cylindrical-coordinate representation of color #659550: hue angle of 101.74º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #659550 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB10114980-
CMYK0.3200.460.42
HSL101.74º30.13%44.9%-
HSV(B)101.74º46.31%58.43%-
XYZ17.5624.8411.46-
YUV126.78101.6109.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.61%
GREEN value IS 149 (58.59% from 255) = 45.15%
BLUE value IS 80 (31.64% from 255) = 24.24%
R=30.61%
G=45.15%
B=24.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101149800.3200.460.42101.7430.1344.9
Hex6595502002E2A661e2d
Octal14522512040056521463655
Binary11001011001010110100001000000101110101010110011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659550; }

 p { color: rgb(101,149,80); }

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

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

 a { background-color: rgb(101,149,80); }

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

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

 span { border-color: rgb(101,149,80); }

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