Html Css Color HEX #649049 Glade Green

📋 copy color: '#649049'

red 100 ◦ green 144 ◦ blue 73

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

Shades of Glade Green #649049

Tints of Glade Green #649049

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.43%

 BLUE value IS 73 (28.91% from 255) = 23.03%

R = 31.55%
G = 45.43%
B = 23.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#649049 (or 0x649049) is known color: Glade Green. HEX triplet: 64, 90 and 49. RGB value is (100,144,73). Sum of RGB (Red+Green+Blue) = 100+144+73=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #649049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649049 is #9B6FB6. Grayscale: #7A7A7A. Windows color (decimal): -10186679 or 4821092. OLE color: 4821092.

HSL color Cylindrical-coordinate representation of color #649049: hue angle of 97.18º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #649049 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 144 73 -
CMYK 0.31 0 0.49 0.44
HSL 97.18º 0.33% 0.43% -
HSV(B) 97.18º 0.49% 0.56% -
XYZ 16.43 23.14 9.9 -
YUV 122.75 99.92 111.77 -
System Red Green Blue C M Y K H S L
Decimal 100 144 73 0.31 0 0.49 0.44 97.18 0.33 0.43
Hex 64 90 49 1F 0 31 2C 61 21 2B
Octal 144 220 111 37 0 61 54 141 41 53
Binary 1100100 10010000 1001001 11111 0 110001 101100 1100001 100001 101011

Color Harmonies of #649049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649049

Black with #649049

Text Example


Text Example

White with #649049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649049; }

 p { color: rgb(100,144,73); }

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

background-color css

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

 a { background-color: rgb(100,144,73); }

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

border-color css

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

 span { border-color: rgb(100,144,73); }

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