#648E52

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

Shades of Glade Green #648E52

Tints of Glade Green #648E52

Color information

#648E52 (or 0x648E52) is unknown color: approx Glade Green. HEX triplet: 64, 8E and 52. RGB value is (100,142,82). Sum of RGB (Red+Green+Blue) = 100+142+82=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 142 - color contains mainly: green. Hex color #648E52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648E52 is #9B71AD. Grayscale: #7A7A7A. Windows color (decimal): -10187182 or 5410404. OLE color: 5410404.

HSL color Cylindrical-coordinate representation of color #648E52: hue angle of 102º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #648E52 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB10014282-
CMYK0.3000.420.44
HSL102º26.79%43.92%-
HSV(B)102º42.25%55.69%-
XYZ16.4522.6611.49-
YUV122.6105.09111.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.86%
GREEN value IS 142 (55.86% from 255) = 43.83%
BLUE value IS 82 (32.42% from 255) = 25.31%
R=30.86%
G=43.83%
B=25.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100142820.3000.420.4410226.7943.92
Hex648E521E02A2C661b2c
Octal14421612236052541463354
Binary1100100100011101010010111100101010101100110011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648E52; }

 p { color: rgb(100,142,82); }

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

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

 a { background-color: rgb(100,142,82); }

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

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

 span { border-color: rgb(100,142,82); }

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