Html Css Color HEX #648D55 Glade Green

📋 copy color: '#648D55'

red 100 ◦ green 141 ◦ blue 85

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

Shades of Glade Green #648D55

Tints of Glade Green #648D55

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.25%

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

R = 30.67%
G = 43.25%
B = 26.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#648D55 (or 0x648D55) is known color: Glade Green. HEX triplet: 64, 8D and 55. RGB value is (100,141,85). Sum of RGB (Red+Green+Blue) = 100+141+85=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 141 - color contains mainly: green. Hex color #648D55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648D55 is #9B72AA. Grayscale: #7A7A7A. Windows color (decimal): -10187435 or 5606756. OLE color: 5606756.

HSL color Cylindrical-coordinate representation of color #648D55: hue angle of 103.93º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #648D55 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 141 85 -
CMYK 0.29 0 0.40 0.45
HSL 103.93º 0.25% 0.44% -
HSV(B) 103.93º 0.4% 0.55% -
XYZ 16.42 22.41 12.06 -
YUV 122.36 106.92 112.05 -
System Red Green Blue C M Y K H S L
Decimal 100 141 85 0.29 0 0.40 0.45 103.93 0.25 0.44
Hex 64 8D 55 1D 0 28 2D 68 19 2C
Octal 144 215 125 35 0 50 55 150 31 54
Binary 1100100 10001101 1010101 11101 0 101000 101101 1101000 11001 101100

Color Harmonies of #648D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648D55

Black with #648D55

Text Example


Text Example

White with #648D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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