Html Css Color HEX #649646 Glade Green

📋 copy color: '#649646'

red 100 ◦ green 150 ◦ blue 70

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

Shades of Glade Green #649646

Tints of Glade Green #649646

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.88%

 BLUE value IS 70 (27.73% from 255) = 21.88%

R = 31.25%
G = 46.88%
B = 21.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#649646 (or 0x649646) is known color: Glade Green. HEX triplet: 64, 96 and 46. RGB value is (100,150,70). Sum of RGB (Red+Green+Blue) = 100+150+70=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 150 - color contains mainly: green. Hex color #649646 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649646 is #9B69B9. Grayscale: #7E7E7E. Windows color (decimal): -10185146 or 4626020. OLE color: 4626020.

HSL color Cylindrical-coordinate representation of color #649646: hue angle of 97.5º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #649646 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 150 70 -
CMYK 0.33 0 0.53 0.41
HSL 97.5º 0.36% 0.43% -
HSV(B) 97.5º 0.53% 0.59% -
XYZ 17.27 24.96 9.7 -
YUV 125.93 96.44 109.5 -
System Red Green Blue C M Y K H S L
Decimal 100 150 70 0.33 0 0.53 0.41 97.5 0.36 0.43
Hex 64 96 46 21 0 35 29 62 24 2B
Octal 144 226 106 41 0 65 51 142 44 53
Binary 1100100 10010110 1000110 100001 0 110101 101001 1100010 100100 101011

Color Harmonies of #649646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649646

Black with #649646

Text Example


Text Example

White with #649646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649646; }

 p { color: rgb(100,150,70); }

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

background-color css

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

 a { background-color: rgb(100,150,70); }

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

border-color css

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

 span { border-color: rgb(100,150,70); }

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