#64984D

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

Shades of Glade Green #64984D

Tints of Glade Green #64984D

Color information

#64984D (or 0x64984D) is unknown color: approx Glade Green. HEX triplet: 64, 98 and 4D. RGB value is (100,152,77). Sum of RGB (Red+Green+Blue) = 100+152+77=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #64984D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64984D is #9B67B2. Grayscale: #808080. Windows color (decimal): -10184627 or 5085284. OLE color: 5085284.

HSL color Cylindrical-coordinate representation of color #64984D: hue angle of 101.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64984D is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB10015277-
CMYK0.3400.490.40
HSL101.6º32.75%44.9%-
HSV(B)101.6º49.34%59.61%-
XYZ17.8225.711.04-
YUV127.999.27108.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.40%
GREEN value IS 152 (59.77% from 255) = 46.20%
BLUE value IS 77 (30.47% from 255) = 23.40%
R=30.40%
G=46.20%
B=23.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100152770.3400.490.40101.632.7544.9
Hex64984D220312866212d
Octal14423011542061501464155
Binary110010010011000100110110001001100011010001100110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64984D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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