Html Css Color HEX #648250 Glade Green

📋 copy color: '#648250'

red 100 ◦ green 130 ◦ blue 80

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

Shades of Glade Green #648250

Tints of Glade Green #648250

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.94%

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

R = 32.26%
G = 41.94%
B = 25.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#648250 (or 0x648250) is known color: Glade Green. HEX triplet: 64, 82 and 50. RGB value is (100,130,80). Sum of RGB (Red+Green+Blue) = 100+130+80=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #648250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648250 is #9B7DAF. Grayscale: #737373. Windows color (decimal): -10190256 or 5276260. OLE color: 5276260.

HSL color Cylindrical-coordinate representation of color #648250: hue angle of 96º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #648250 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 130 80 -
CMYK 0.23 0 0.38 0.49
HSL 96º 0.24% 0.41% -
HSV(B) 96º 0.38% 0.51% -
XYZ 14.69 19.25 10.53 -
YUV 115.33 108.06 117.07 -
System Red Green Blue C M Y K H S L
Decimal 100 130 80 0.23 0 0.38 0.49 96 0.24 0.41
Hex 64 82 50 17 0 26 31 60 18 29
Octal 144 202 120 27 0 46 61 140 30 51
Binary 1100100 10000010 1010000 10111 0 100110 110001 1100000 11000 101001

Color Harmonies of #648250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648250

Black with #648250

Text Example


Text Example

White with #648250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648250; }

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

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

background-color css

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

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

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

border-color css

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

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

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