#64984E

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

Shades of Glade Green #64984E

Tints of Glade Green #64984E

Color information

#64984E (or 0x64984E) is unknown color: approx Glade Green. HEX triplet: 64, 98 and 4E. RGB value is (100,152,78). Sum of RGB (Red+Green+Blue) = 100+152+78=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #64984E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64984E is #9B67B1. Grayscale: #808080. Windows color (decimal): -10184626 or 5150820. OLE color: 5150820.

HSL color Cylindrical-coordinate representation of color #64984E: hue angle of 102.16º degrees, saturation: 0.32, 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 #64984E is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB10015278-
CMYK0.3400.490.40
HSL102.16º32.17%45.1%-
HSV(B)102.16º48.68%59.61%-
XYZ17.8625.7211.23-
YUV128.0299.77108.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.30%
GREEN value IS 152 (59.77% from 255) = 46.06%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=30.30%
G=46.06%
B=23.64%

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
Decimal100152780.3400.490.40102.1632.1745.1
Hex64984E220312866202d
Octal14423011642061501464055
Binary110010010011000100111010001001100011010001100110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64984E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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