Html Css Color HEX #648B55 Glade Green

📋 copy color: '#648B55'

red 100 ◦ green 139 ◦ blue 85

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

Shades of Glade Green #648B55

Tints of Glade Green #648B55

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.9%

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

R = 30.86%
G = 42.9%
B = 26.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#648B55 (or 0x648B55) is known color: Glade Green. HEX triplet: 64, 8B and 55. RGB value is (100,139,85). Sum of RGB (Red+Green+Blue) = 100+139+85=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 139 - color contains mainly: green. Hex color #648B55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648B55 is #9B74AA. Grayscale: #797979. Windows color (decimal): -10187947 or 5606244. OLE color: 5606244.

HSL color Cylindrical-coordinate representation of color #648B55: hue angle of 103.33º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #648B55 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 139 85 -
CMYK 0.28 0 0.39 0.45
HSL 103.33º 0.24% 0.44% -
HSV(B) 103.33º 0.39% 0.55% -
XYZ 16.13 21.83 11.96 -
YUV 121.18 107.58 112.89 -
System Red Green Blue C M Y K H S L
Decimal 100 139 85 0.28 0 0.39 0.45 103.33 0.24 0.44
Hex 64 8B 55 1C 0 27 2D 67 18 2C
Octal 144 213 125 34 0 47 55 147 30 54
Binary 1100100 10001011 1010101 11100 0 100111 101101 1100111 11000 101100

Color Harmonies of #648B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648B55

Black with #648B55

Text Example


Text Example

White with #648B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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