#648A4C

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

Shades of Glade Green #648A4C

Tints of Glade Green #648A4C

Color information

#648A4C (or 0x648A4C) is unknown color: approx Glade Green. HEX triplet: 64, 8A and 4C. RGB value is (100,138,76). Sum of RGB (Red+Green+Blue) = 100+138+76=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #648A4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648A4C is #9B75B3. Grayscale: #777777. Windows color (decimal): -10188212 or 5016164. OLE color: 5016164.

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

Color convert

RGB10013876-
CMYK0.2800.450.46
HSL96.77º28.97%41.96%-
HSV(B)96.77º44.93%54.12%-
XYZ15.6521.4110.14-
YUV119.57103.41114.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.85%
GREEN value IS 138 (54.30% from 255) = 43.95%
BLUE value IS 76 (30.08% from 255) = 24.20%
R=31.85%
G=43.95%
B=24.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100138760.2800.450.4696.7728.9741.96
Hex648A4C1C02D2E611d2a
Octal14421211434055561413552
Binary1100100100010101001100111000101101101110110000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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