#64844E

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

Shades of Glade Green #64844E

Tints of Glade Green #64844E

Color information

#64844E (or 0x64844E) is unknown color: approx Glade Green. HEX triplet: 64, 84 and 4E. RGB value is (100,132,78). Sum of RGB (Red+Green+Blue) = 100+132+78=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #64844E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64844E is #9B7BB1. Grayscale: #747474. Windows color (decimal): -10189746 or 5145700. OLE color: 5145700.

HSL color Cylindrical-coordinate representation of color #64844E: hue angle of 95.56º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64844E is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB10013278-
CMYK0.2400.410.48
HSL95.56º25.71%41.18%-
HSV(B)95.56º40.91%51.76%-
XYZ14.8819.7610.24-
YUV116.28106.4116.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.26%
GREEN value IS 132 (51.95% from 255) = 42.58%
BLUE value IS 78 (30.86% from 255) = 25.16%
R=32.26%
G=42.58%
B=25.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100132780.2400.410.4895.5625.7141.18
Hex64844E1802930601a29
Octal14420411630051601403251
Binary1100100100001001001110110000101001110000110000011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64844E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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