#648A56

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

Shades of Glade Green #648A56

Tints of Glade Green #648A56

Color information

#648A56 (or 0x648A56) is unknown color: approx Glade Green. HEX triplet: 64, 8A and 56. RGB value is (100,138,86). Sum of RGB (Red+Green+Blue) = 100+138+86=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 138 - color contains mainly: green. Hex color #648A56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648A56 is #9B75A9. Grayscale: #787878. Windows color (decimal): -10188202 or 5671524. OLE color: 5671524.

HSL color Cylindrical-coordinate representation of color #648A56: hue angle of 103.85º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #648A56 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB10013886-
CMYK0.2800.380.46
HSL103.85º23.21%43.92%-
HSV(B)103.85º37.68%54.12%-
XYZ16.0221.5612.12-
YUV120.71108.41113.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.86%
GREEN value IS 138 (54.30% from 255) = 42.59%
BLUE value IS 86 (33.98% from 255) = 26.54%
R=30.86%
G=42.59%
B=26.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100138860.2800.380.46103.8523.2143.92
Hex648A561C0262E68172c
Octal14421212634046561502754
Binary1100100100010101010110111000100110101110110100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,138,86); }

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

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

 a { background-color: rgb(100,138,86); }

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

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

 span { border-color: rgb(100,138,86); }

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