#649840

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

Shades of Limeade #649840

Tints of Limeade #649840

Color information

#649840 (or 0x649840) is unknown color: approx Limeade. HEX triplet: 64, 98 and 40. RGB value is (100,152,64). Sum of RGB (Red+Green+Blue) = 100+152+64=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #649840 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649840 is #9B67BF. Grayscale: #7E7E7E. Windows color (decimal): -10184640 or 4233316. OLE color: 4233316.

HSL color Cylindrical-coordinate representation of color #649840: hue angle of 95.45º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #649840 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB10015264-
CMYK0.3400.580.40
HSL95.45º40.74%42.35%-
HSV(B)95.45º57.89%59.61%-
XYZ17.4125.548.86-
YUV126.4292.77109.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.65%
GREEN value IS 152 (59.77% from 255) = 48.10%
BLUE value IS 64 (25.39% from 255) = 20.25%
R=31.65%
G=48.10%
B=20.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100152640.3400.580.4095.4540.7442.35
Hex6498402203A285f292a
Octal14423010042072501375152
Binary110010010011000100000010001001110101010001011111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649840; }

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

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

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

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

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

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

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

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