Html Css Color HEX #648255 Glade Green

📋 copy color: '#648255'

red 100 ◦ green 130 ◦ blue 85

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

Shades of Glade Green #648255

Tints of Glade Green #648255

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.27%

 BLUE value IS 85 (33.59% from 255) = 26.98%

R = 31.75%
G = 41.27%
B = 26.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#648255 (or 0x648255) is known color: Glade Green. HEX triplet: 64, 82 and 55. RGB value is (100,130,85). Sum of RGB (Red+Green+Blue) = 100+130+85=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #648255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648255 is #9B7DAA. Grayscale: #747474. Windows color (decimal): -10190251 or 5603940. OLE color: 5603940.

HSL color Cylindrical-coordinate representation of color #648255: hue angle of 100º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #648255 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 130 85 -
CMYK 0.23 0 0.35 0.49
HSL 100º 0.21% 0.42% -
HSV(B) 100º 0.35% 0.51% -
XYZ 14.88 19.33 11.54 -
YUV 115.9 110.56 116.66 -
System Red Green Blue C M Y K H S L
Decimal 100 130 85 0.23 0 0.35 0.49 100 0.21 0.42
Hex 64 82 55 17 0 23 31 64 15 2A
Octal 144 202 125 27 0 43 61 144 25 52
Binary 1100100 10000010 1010101 10111 0 100011 110001 1100100 10101 101010

Color Harmonies of #648255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648255

Black with #648255

Text Example


Text Example

White with #648255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648255; }

 p { color: rgb(100,130,85); }

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

background-color css

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

 a { background-color: rgb(100,130,85); }

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

border-color css

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

 span { border-color: rgb(100,130,85); }

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