#648454

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

Shades of Glade Green #648454

Tints of Glade Green #648454

Color information

#648454 (or 0x648454) is unknown color: approx Glade Green. HEX triplet: 64, 84 and 54. RGB value is (100,132,84). Sum of RGB (Red+Green+Blue) = 100+132+84=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 132 - color contains mainly: green. Hex color #648454 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648454 is #9B7BAB. Grayscale: #757575. Windows color (decimal): -10189740 or 5538916. OLE color: 5538916.

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

Color convert

RGB10013284-
CMYK0.2400.360.48
HSL100º22.22%42.35%-
HSV(B)100º36.36%51.76%-
XYZ15.1119.8511.42-
YUV116.96109.4115.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.65%
GREEN value IS 132 (51.95% from 255) = 41.77%
BLUE value IS 84 (33.20% from 255) = 26.58%
R=31.65%
G=41.77%
B=26.58%

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
Decimal100132840.2400.360.4810022.2242.35
Hex648454180243064162a
Octal14420412430044601442652
Binary1100100100001001010100110000100100110000110010010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648454; }

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

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

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

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

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

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

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

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