#64984A

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

Shades of Glade Green #64984A

Tints of Glade Green #64984A

Color information

#64984A (or 0x64984A) is unknown color: approx Glade Green. HEX triplet: 64, 98 and 4A. RGB value is (100,152,74). Sum of RGB (Red+Green+Blue) = 100+152+74=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #64984A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64984A is #9B67B5. Grayscale: #7F7F7F. Windows color (decimal): -10184630 or 4888676. OLE color: 4888676.

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

Color convert

RGB10015274-
CMYK0.3400.510.40
HSL100º34.51%44.31%-
HSV(B)100º51.32%59.61%-
XYZ17.7225.6610.5-
YUV127.5697.77108.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.67%
GREEN value IS 152 (59.77% from 255) = 46.63%
BLUE value IS 74 (29.30% from 255) = 22.70%
R=30.67%
G=46.63%
B=22.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100152740.3400.510.4010034.5144.31
Hex64984A220332864232c
Octal14423011242063501444354
Binary110010010011000100101010001001100111010001100100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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