#64984B

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

Shades of Glade Green #64984B

Tints of Glade Green #64984B

Color information

#64984B (or 0x64984B) is unknown color: approx Glade Green. HEX triplet: 64, 98 and 4B. RGB value is (100,152,75). Sum of RGB (Red+Green+Blue) = 100+152+75=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #64984B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64984B is #9B67B4. Grayscale: #7F7F7F. Windows color (decimal): -10184629 or 4954212. OLE color: 4954212.

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

Color convert

RGB10015275-
CMYK0.3400.510.40
HSL100.52º33.92%44.51%-
HSV(B)100.52º50.66%59.61%-
XYZ17.7525.6710.68-
YUV127.6798.27108.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.58%
GREEN value IS 152 (59.77% from 255) = 46.48%
BLUE value IS 75 (29.69% from 255) = 22.94%
R=30.58%
G=46.48%
B=22.94%

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
Decimal100152750.3400.510.40100.5233.9244.51
Hex64984B220332865222d
Octal14423011342063501454255
Binary110010010011000100101110001001100111010001100101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64984B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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