Html Css Color HEX #649250 Glade Green

📋 copy color: '#649250'

red 100 ◦ green 146 ◦ blue 80

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

Shades of Glade Green #649250

Tints of Glade Green #649250

RGB

 RED value IS 100 (39.45% from 255) = 30.67%

 GREEN value IS 146 (57.42% from 255) = 44.79%

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

R = 30.67%
G = 44.79%
B = 24.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#649250 (or 0x649250) is known color: Glade Green. HEX triplet: 64, 92 and 50. RGB value is (100,146,80). Sum of RGB (Red+Green+Blue) = 100+146+80=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #649250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649250 is #9B6DAF. Grayscale: #7C7C7C. Windows color (decimal): -10186160 or 5280356. OLE color: 5280356.

HSL color Cylindrical-coordinate representation of color #649250: hue angle of 101.82º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #649250 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 146 80 -
CMYK 0.32 0 0.45 0.43
HSL 101.82º 0.29% 0.44% -
HSV(B) 101.82º 0.45% 0.57% -
XYZ 16.98 23.85 11.3 -
YUV 124.72 102.76 110.37 -
System Red Green Blue C M Y K H S L
Decimal 100 146 80 0.32 0 0.45 0.43 101.82 0.29 0.44
Hex 64 92 50 20 0 2D 2B 66 1D 2C
Octal 144 222 120 40 0 55 53 146 35 54
Binary 1100100 10010010 1010000 100000 0 101101 101011 1100110 11101 101100

Color Harmonies of #649250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649250

Black with #649250

Text Example


Text Example

White with #649250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649250; }

 p { color: rgb(100,146,80); }

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

background-color css

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

 a { background-color: rgb(100,146,80); }

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

border-color css

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

 span { border-color: rgb(100,146,80); }

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