#64894E

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

Shades of Glade Green #64894E

Tints of Glade Green #64894E

Color information

#64894E (or 0x64894E) is unknown color: approx Glade Green. HEX triplet: 64, 89 and 4E. RGB value is (100,137,78). Sum of RGB (Red+Green+Blue) = 100+137+78=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #64894E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64894E is #9B76B1. Grayscale: #777777. Windows color (decimal): -10188466 or 5146980. OLE color: 5146980.

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

Color convert

RGB10013778-
CMYK0.2700.430.46
HSL97.63º27.44%42.16%-
HSV(B)97.63º43.07%53.73%-
XYZ15.5821.1510.47-
YUV119.21104.74114.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.75%
GREEN value IS 137 (53.91% from 255) = 43.49%
BLUE value IS 78 (30.86% from 255) = 24.76%
R=31.75%
G=43.49%
B=24.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100137780.2700.430.4697.6327.4442.16
Hex64894E1B02B2E621b2a
Octal14421111633053561423352
Binary1100100100010011001110110110101011101110110001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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