Html Css Color HEX #649548 Glade Green

📋 copy color: '#649548'

red 100 ◦ green 149 ◦ blue 72

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

Shades of Glade Green #649548

Tints of Glade Green #649548

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.42%

 BLUE value IS 72 (28.52% from 255) = 22.43%

R = 31.15%
G = 46.42%
B = 22.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#649548 (or 0x649548) is known color: Glade Green. HEX triplet: 64, 95 and 48. RGB value is (100,149,72). Sum of RGB (Red+Green+Blue) = 100+149+72=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #649548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649548 is #9B6AB7. Grayscale: #7D7D7D. Windows color (decimal): -10185400 or 4756836. OLE color: 4756836.

HSL color Cylindrical-coordinate representation of color #649548: hue angle of 98.18º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #649548 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 149 72 -
CMYK 0.33 0 0.52 0.42
HSL 98.18º 0.35% 0.43% -
HSV(B) 98.18º 0.52% 0.58% -
XYZ 17.17 24.67 9.99 -
YUV 125.57 97.77 109.76 -
System Red Green Blue C M Y K H S L
Decimal 100 149 72 0.33 0 0.52 0.42 98.18 0.35 0.43
Hex 64 95 48 21 0 34 2A 62 23 2B
Octal 144 225 110 41 0 64 52 142 43 53
Binary 1100100 10010101 1001000 100001 0 110100 101010 1100010 100011 101011

Color Harmonies of #649548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649548

Black with #649548

Text Example


Text Example

White with #649548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649548; }

 p { color: rgb(100,149,72); }

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

background-color css

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

 a { background-color: rgb(100,149,72); }

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

border-color css

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

 span { border-color: rgb(100,149,72); }

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