#64914D

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

Shades of Glade Green #64914D

Tints of Glade Green #64914D

Color information

#64914D (or 0x64914D) is unknown color: approx Glade Green. HEX triplet: 64, 91 and 4D. RGB value is (100,145,77). Sum of RGB (Red+Green+Blue) = 100+145+77=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #64914D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64914D is #9B6EB2. Grayscale: #7C7C7C. Windows color (decimal): -10186419 or 5083492. OLE color: 5083492.

HSL color Cylindrical-coordinate representation of color #64914D: hue angle of 99.71º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64914D is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB10014577-
CMYK0.3100.470.43
HSL99.71º30.63%43.53%-
HSV(B)99.71º46.9%56.86%-
XYZ16.7223.510.68-
YUV123.79101.59111.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.06%
GREEN value IS 145 (57.03% from 255) = 45.03%
BLUE value IS 77 (30.47% from 255) = 23.91%
R=31.06%
G=45.03%
B=23.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100145770.3100.470.4399.7130.6343.53
Hex64914D1F02F2B641f2c
Octal14422111537057531443754
Binary1100100100100011001101111110101111101011110010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64914D; }

 p { color: rgb(100,145,77); }

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

<style>
 a { background-color: #64914D; }

 a { background-color: rgb(100,145,77); }

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

<style>
 span { border-color: #64914D; }

 span { border-color: rgb(100,145,77); }

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