Html Css Color HEX #659350 Glade Green

📋 copy color: '#659350'

red 101 ◦ green 147 ◦ blue 80

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

Shades of Glade Green #659350

Tints of Glade Green #659350

RGB

 RED value IS 101 (39.84% from 255) = 30.79%

 GREEN value IS 147 (57.81% from 255) = 44.82%

 BLUE value IS 80 (31.64% from 255) = 24.39%

R = 30.79%
G = 44.82%
B = 24.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#659350 (or 0x659350) is known color: Glade Green. HEX triplet: 65, 93 and 50. RGB value is (101,147,80). Sum of RGB (Red+Green+Blue) = 101+147+80=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #659350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659350 is #9A6CAF. Grayscale: #7D7D7D. Windows color (decimal): -10120368 or 5280613. OLE color: 5280613.

HSL color Cylindrical-coordinate representation of color #659350: hue angle of 101.19º 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 #659350 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 147 80 -
CMYK 0.31 0 0.46 0.42
HSL 101.19º 0.3% 0.45% -
HSV(B) 101.19º 0.46% 0.58% -
XYZ 17.25 24.21 11.35 -
YUV 125.61 102.26 110.45 -
System Red Green Blue C M Y K H S L
Decimal 101 147 80 0.31 0 0.46 0.42 101.19 0.3 0.45
Hex 65 93 50 1F 0 2E 2A 65 1E 2D
Octal 145 223 120 37 0 56 52 145 36 55
Binary 1100101 10010011 1010000 11111 0 101110 101010 1100101 11110 101101

Color Harmonies of #659350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659350

Black with #659350

Text Example


Text Example

White with #659350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659350; }

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

 H1.HeaderClassName
 {
   color: #659350;
 }
 .AnyTagClassName
 {
   color: #659350;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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