Html Css Color HEX #649148 Glade Green

📋 copy color: '#649148'

red 100 ◦ green 145 ◦ blue 72

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

Shades of Glade Green #649148

Tints of Glade Green #649148

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.74%

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

R = 31.55%
G = 45.74%
B = 22.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#649148 (or 0x649148) is known color: Glade Green. HEX triplet: 64, 91 and 48. RGB value is (100,145,72). Sum of RGB (Red+Green+Blue) = 100+145+72=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #649148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649148 is #9B6EB7. Grayscale: #7B7B7B. Windows color (decimal): -10186424 or 4755812. OLE color: 4755812.

HSL color Cylindrical-coordinate representation of color #649148: hue angle of 96.99º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #649148 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 145 72 -
CMYK 0.31 0 0.50 0.43
HSL 96.99º 0.34% 0.43% -
HSV(B) 96.99º 0.5% 0.57% -
XYZ 16.55 23.43 9.78 -
YUV 123.22 99.09 111.44 -
System Red Green Blue C M Y K H S L
Decimal 100 145 72 0.31 0 0.50 0.43 96.99 0.34 0.43
Hex 64 91 48 1F 0 32 2B 61 22 2B
Octal 144 221 110 37 0 62 53 141 42 53
Binary 1100100 10010001 1001000 11111 0 110010 101011 1100001 100010 101011

Color Harmonies of #649148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649148

Black with #649148

Text Example


Text Example

White with #649148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649148; }

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

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

background-color css

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

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

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

border-color css

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

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

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