#649A3C

Color #649A3C Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #649A3C

Tints of Limeade #649A3C

Color information

#649A3C (or 0x649A3C) is unknown color: approx Limeade. HEX triplet: 64, 9A and 3C. RGB value is (100,154,60). Sum of RGB (Red+Green+Blue) = 100+154+60=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 154 - color contains mainly: green. Hex color #649A3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649A3C is #9B65C3. Grayscale: #7F7F7F. Windows color (decimal): -10184132 or 3971684. OLE color: 3971684.

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

Color convert

RGB10015460-
CMYK0.3500.610.40
HSL94.47º43.93%41.96%-
HSV(B)94.47º61.04%60.39%-
XYZ17.6326.158.39-
YUV127.1490.11108.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.85%
GREEN value IS 154 (60.55% from 255) = 49.04%
BLUE value IS 60 (23.83% from 255) = 19.11%
R=31.85%
G=49.04%
B=19.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100154600.3500.610.4094.4743.9341.96
Hex649A3C2303D285e2c2a
Octal1442327443075501365452
Binary11001001001101011110010001101111011010001011110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649A3C; }

 p { color: rgb(100,154,60); }

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

<style>
 a { background-color: #649A3C; }

 a { background-color: rgb(100,154,60); }

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

<style>
 span { border-color: #649A3C; }

 span { border-color: rgb(100,154,60); }

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