#648254

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

Shades of Glade Green #648254

Tints of Glade Green #648254

Color information

#648254 (or 0x648254) is unknown color: approx Glade Green. HEX triplet: 64, 82 and 54. RGB value is (100,130,84). Sum of RGB (Red+Green+Blue) = 100+130+84=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #648254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648254 is #9B7DAB. Grayscale: #737373. Windows color (decimal): -10190252 or 5538404. OLE color: 5538404.

HSL color Cylindrical-coordinate representation of color #648254: hue angle of 99.13º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #648254 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB10013084-
CMYK0.2300.350.49
HSL99.13º21.5%41.96%-
HSV(B)99.13º35.38%50.98%-
XYZ14.8419.3111.33-
YUV115.79110.06116.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.85%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 84 (33.20% from 255) = 26.75%
R=31.85%
G=41.40%
B=26.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100130840.2300.350.4999.1321.541.96
Hex648254170233163152a
Octal14420212427043611432552
Binary1100100100000101010100101110100011110001110001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648254; }

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

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

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

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

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

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

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

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