#648A4B

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

Shades of Glade Green #648A4B

Tints of Glade Green #648A4B

Color information

#648A4B (or 0x648A4B) is unknown color: approx Glade Green. HEX triplet: 64, 8A and 4B. RGB value is (100,138,75). Sum of RGB (Red+Green+Blue) = 100+138+75=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 138 - color contains mainly: green. Hex color #648A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648A4B is #9B75B4. Grayscale: #777777. Windows color (decimal): -10188213 or 4950628. OLE color: 4950628.

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

Color convert

RGB10013875-
CMYK0.2800.460.46
HSL96.19º29.58%41.76%-
HSV(B)96.19º45.65%54.12%-
XYZ15.6121.399.96-
YUV119.46102.91114.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.95%
GREEN value IS 138 (54.30% from 255) = 44.09%
BLUE value IS 75 (29.69% from 255) = 23.96%
R=31.95%
G=44.09%
B=23.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100138750.2800.460.4696.1929.5841.76
Hex648A4B1C02E2E601e2a
Octal14421211334056561403652
Binary1100100100010101001011111000101110101110110000011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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