#64944E

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

Shades of Glade Green #64944E

Tints of Glade Green #64944E

Color information

#64944E (or 0x64944E) is unknown color: approx Glade Green. HEX triplet: 64, 94 and 4E. RGB value is (100,148,78). Sum of RGB (Red+Green+Blue) = 100+148+78=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #64944E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64944E is #9B6BB1. Grayscale: #7D7D7D. Windows color (decimal): -10185650 or 5149796. OLE color: 5149796.

HSL color Cylindrical-coordinate representation of color #64944E: hue angle of 101.14º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64944E is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB10014878-
CMYK0.3200.470.42
HSL101.14º30.97%44.31%-
HSV(B)101.14º47.3%58.04%-
XYZ17.2224.4411.02-
YUV125.67101.1109.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.67%
GREEN value IS 148 (58.20% from 255) = 45.40%
BLUE value IS 78 (30.86% from 255) = 23.93%
R=30.67%
G=45.40%
B=23.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100148780.3200.470.42101.1430.9744.31
Hex64944E2002F2A651f2c
Octal14422411640057521453754
Binary11001001001010010011101000000101111101010110010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64944E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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