#648D55

Color #648D55 Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #648D55

Tints of Glade Green #648D55

Color information

#648D55 (or 0x648D55) is unknown color: approx 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

RGB10014185-
CMYK0.2900.400.45
HSL103.93º24.78%44.31%-
HSV(B)103.93º39.72%55.29%-
XYZ16.4222.4112.06-
YUV122.36106.92112.05-

RGB Variations

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

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 (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100141850.2900.400.45103.9324.7844.31
Hex648D551D0282D68192c
Octal14421512535050551503154
Binary1100100100011011010101111010101000101101110100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>