Html Css Color HEX #659550 Glade Green

📋 copy color: '#659550'

red 101 ◦ green 149 ◦ blue 80

#659550
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glade Green #659550

Tints of Glade Green #659550

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 value IS 0.32

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#659550 (or 0x659550) is known color: 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

RGB 101 149 80 -
CMYK 0.32 0 0.46 0.42
HSL 101.74º 0.3% 0.45% -
HSV(B) 101.74º 0.46% 0.58% -
XYZ 17.56 24.84 11.46 -
YUV 126.78 101.6 109.61 -
System Red Green Blue C M Y K H S L
Decimal 101 149 80 0.32 0 0.46 0.42 101.74 0.3 0.45
Hex 65 95 50 20 0 2E 2A 66 1E 2D
Octal 145 225 120 40 0 56 52 146 36 55
Binary 1100101 10010101 1010000 100000 0 101110 101010 1100110 11110 101101

Color Harmonies of #659550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659550

Black with #659550

Text Example


Text Example

White with #659550

Text Example


Text Example

HTML Codes & Css Web 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>