Html Css Color HEX #648C51 Glade Green

📋 copy color: '#648C51'

red 100 ◦ green 140 ◦ blue 81

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

Shades of Glade Green #648C51

Tints of Glade Green #648C51

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.61%

 BLUE value IS 81 (32.03% from 255) = 25.23%

R = 31.15%
G = 43.61%
B = 25.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#648C51 (or 0x648C51) is known color: Glade Green. HEX triplet: 64, 8C and 51. RGB value is (100,140,81). Sum of RGB (Red+Green+Blue) = 100+140+81=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 140 - color contains mainly: green. Hex color #648C51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648C51 is #9B73AE. Grayscale: #797979. Windows color (decimal): -10187695 or 5344356. OLE color: 5344356.

HSL color Cylindrical-coordinate representation of color #648C51: hue angle of 100.68º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #648C51 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 140 81 -
CMYK 0.29 0 0.42 0.45
HSL 100.68º 0.27% 0.43% -
HSV(B) 100.68º 0.42% 0.55% -
XYZ 16.12 22.06 11.19 -
YUV 121.31 105.25 112.8 -
System Red Green Blue C M Y K H S L
Decimal 100 140 81 0.29 0 0.42 0.45 100.68 0.27 0.43
Hex 64 8C 51 1D 0 2A 2D 65 1B 2B
Octal 144 214 121 35 0 52 55 145 33 53
Binary 1100100 10001100 1010001 11101 0 101010 101101 1100101 11011 101011

Color Harmonies of #648C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648C51

Black with #648C51

Text Example


Text Example

White with #648C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648C51; }

 p { color: rgb(100,140,81); }

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

background-color css

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

 a { background-color: rgb(100,140,81); }

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

border-color css

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

 span { border-color: rgb(100,140,81); }

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