Html Css Color HEX #649048 Glade Green

📋 copy color: '#649048'

red 100 ◦ green 144 ◦ blue 72

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

Shades of Glade Green #649048

Tints of Glade Green #649048

RGB

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

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

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

R = 31.65%
G = 45.57%
B = 22.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#649048 (or 0x649048) is known color: Glade Green. HEX triplet: 64, 90 and 48. RGB value is (100,144,72). Sum of RGB (Red+Green+Blue) = 100+144+72=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #649048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649048 is #9B6FB7. Grayscale: #7A7A7A. Windows color (decimal): -10186680 or 4755556. OLE color: 4755556.

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

Color convert

RGB 100 144 72 -
CMYK 0.31 0 0.50 0.44
HSL 96.67º 0.33% 0.42% -
HSV(B) 96.67º 0.5% 0.56% -
XYZ 16.4 23.12 9.73 -
YUV 122.64 99.42 111.85 -
System Red Green Blue C M Y K H S L
Decimal 100 144 72 0.31 0 0.50 0.44 96.67 0.33 0.42
Hex 64 90 48 1F 0 32 2C 61 21 2A
Octal 144 220 110 37 0 62 54 141 41 52
Binary 1100100 10010000 1001000 11111 0 110010 101100 1100001 100001 101010

Color Harmonies of #649048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649048

Black with #649048

Text Example


Text Example

White with #649048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649048; }

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

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

background-color css

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

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

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

border-color css

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

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

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