#648455

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

Shades of Glade Green #648455

Tints of Glade Green #648455

Color information

#648455 (or 0x648455) is unknown color: approx Glade Green. HEX triplet: 64, 84 and 55. RGB value is (100,132,85). Sum of RGB (Red+Green+Blue) = 100+132+85=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 132 - color contains mainly: green. Hex color #648455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648455 is #9B7BAA. Grayscale: #757575. Windows color (decimal): -10189739 or 5604452. OLE color: 5604452.

HSL color Cylindrical-coordinate representation of color #648455: hue angle of 100.85º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #648455 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB10013285-
CMYK0.2400.360.48
HSL100.85º21.66%42.55%-
HSV(B)100.85º35.61%51.76%-
XYZ15.1519.8711.63-
YUV117.07109.9115.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.55%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 85 (33.59% from 255) = 26.81%
R=31.55%
G=41.64%
B=26.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100132850.2400.360.48100.8521.6642.55
Hex648455180243065162b
Octal14420412530044601452653
Binary1100100100001001010101110000100100110000110010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648455; }

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

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

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

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

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

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

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

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