Html Css Color HEX #649150 Glade Green

📋 copy color: '#649150'

red 100 ◦ green 145 ◦ blue 80

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

Shades of Glade Green #649150

Tints of Glade Green #649150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.62%

R = 30.77%
G = 44.62%
B = 24.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#649150 (or 0x649150) is known color: Glade Green. HEX triplet: 64, 91 and 50. RGB value is (100,145,80). Sum of RGB (Red+Green+Blue) = 100+145+80=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #649150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649150 is #9B6EAF. Grayscale: #7C7C7C. Windows color (decimal): -10186416 or 5280100. OLE color: 5280100.

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

Color convert

RGB 100 145 80 -
CMYK 0.31 0 0.45 0.43
HSL 101.54º 0.29% 0.44% -
HSV(B) 101.54º 0.45% 0.57% -
XYZ 16.83 23.54 11.25 -
YUV 124.14 103.09 110.79 -
System Red Green Blue C M Y K H S L
Decimal 100 145 80 0.31 0 0.45 0.43 101.54 0.29 0.44
Hex 64 91 50 1F 0 2D 2B 66 1D 2C
Octal 144 221 120 37 0 55 53 146 35 54
Binary 1100100 10010001 1010000 11111 0 101101 101011 1100110 11101 101100

Color Harmonies of #649150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649150

Black with #649150

Text Example


Text Example

White with #649150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649150; }

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

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

background-color css

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

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

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

border-color css

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

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

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