#648057

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

Shades of Glade Green #648057

Tints of Glade Green #648057

Color information

#648057 (or 0x648057) is unknown color: approx Glade Green. HEX triplet: 64, 80 and 57. RGB value is (100,128,87). Sum of RGB (Red+Green+Blue) = 100+128+87=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #648057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648057 is #9B7FA8. Grayscale: #737373. Windows color (decimal): -10190761 or 5734500. OLE color: 5734500.

HSL color Cylindrical-coordinate representation of color #648057: hue angle of 100.98º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #648057 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB10012887-
CMYK0.2200.320.50
HSL100.98º19.07%42.16%-
HSV(B)100.98º32.03%50.2%-
XYZ14.718.8411.88-
YUV114.95112.22117.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.75%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 87 (34.38% from 255) = 27.62%
R=31.75%
G=40.63%
B=27.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100128870.2200.320.50100.9819.0742.16
Hex648057160203265132a
Octal14420012726040621452352
Binary1100100100000001010111101100100000110010110010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648057; }

 p { color: rgb(100,128,87); }

 H1.HeaderClassName
 {
   color: #648057;
 }
 .AnyTagClassName
 {
   color: #648057;
 }
</style>
background-color css

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

 a { background-color: rgb(100,128,87); }

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

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

 span { border-color: rgb(100,128,87); }

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