#649F3A

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

Shades of Limeade #649F3A

Tints of Limeade #649F3A

Color information

#649F3A (or 0x649F3A) is unknown color: approx Limeade. HEX triplet: 64, 9F and 3A. RGB value is (100,159,58). Sum of RGB (Red+Green+Blue) = 100+159+58=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #649F3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649F3A is #9B60C5. Grayscale: #828282. Windows color (decimal): -10182854 or 3841892. OLE color: 3841892.

HSL color Cylindrical-coordinate representation of color #649F3A: hue angle of 95.05º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #649F3A is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB10015958-
CMYK0.3700.640.38
HSL95.05º46.54%42.55%-
HSV(B)95.05º63.52%62.35%-
XYZ18.4227.818.4-
YUV129.8487.45106.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.55%
GREEN value IS 159 (62.5% from 255) = 50.16%
BLUE value IS 58 (23.05% from 255) = 18.30%
R=31.55%
G=50.16%
B=18.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100159580.3700.640.3895.0546.5442.55
Hex649F3A25040265f2f2b
Octal14423772450100461375753
Binary110010010011111111010100101010000001001101011111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,159,58); }

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

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

 a { background-color: rgb(100,159,58); }

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

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

 span { border-color: rgb(100,159,58); }

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