#64894F

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

Shades of Glade Green #64894F

Tints of Glade Green #64894F

Color information

#64894F (or 0x64894F) is unknown color: approx Glade Green. HEX triplet: 64, 89 and 4F. RGB value is (100,137,79). Sum of RGB (Red+Green+Blue) = 100+137+79=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #64894F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64894F is #9B76B0. Grayscale: #777777. Windows color (decimal): -10188465 or 5212516. OLE color: 5212516.

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

Color convert

RGB10013779-
CMYK0.2700.420.46
HSL98.28º26.85%42.35%-
HSV(B)98.28º42.34%53.73%-
XYZ15.6121.1710.66-
YUV119.32105.24114.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.65%
GREEN value IS 137 (53.91% from 255) = 43.35%
BLUE value IS 79 (31.25% from 255) = 25%
R=31.65%
G=43.35%
B=25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100137790.2700.420.4698.2826.8542.35
Hex64894F1B02A2E621b2a
Octal14421111733052561423352
Binary1100100100010011001111110110101010101110110001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64894F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64894F; }

 p { color: rgb(100,137,79); }

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

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

 a { background-color: rgb(100,137,79); }

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

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

 span { border-color: rgb(100,137,79); }

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