Html Css Color HEX #648850 Glade Green

📋 copy color: '#648850'

red 100 ◦ green 136 ◦ blue 80

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

Shades of Glade Green #648850

Tints of Glade Green #648850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.04%

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

R = 31.65%
G = 43.04%
B = 25.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#648850 (or 0x648850) is known color: Glade Green. HEX triplet: 64, 88 and 50. RGB value is (100,136,80). Sum of RGB (Red+Green+Blue) = 100+136+80=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #648850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648850 is #9B77AF. Grayscale: #777777. Windows color (decimal): -10188720 or 5277796. OLE color: 5277796.

HSL color Cylindrical-coordinate representation of color #648850: hue angle of 98.57º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #648850 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 136 80 -
CMYK 0.26 0 0.41 0.47
HSL 98.57º 0.26% 0.42% -
HSV(B) 98.57º 0.41% 0.53% -
XYZ 15.51 20.9 10.81 -
YUV 118.85 106.07 114.55 -
System Red Green Blue C M Y K H S L
Decimal 100 136 80 0.26 0 0.41 0.47 98.57 0.26 0.42
Hex 64 88 50 1A 0 29 2F 63 1A 2A
Octal 144 210 120 32 0 51 57 143 32 52
Binary 1100100 10001000 1010000 11010 0 101001 101111 1100011 11010 101010

Color Harmonies of #648850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648850

Black with #648850

Text Example


Text Example

White with #648850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648850; }

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

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

background-color css

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

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

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

border-color css

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

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

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