#649838

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

Shades of Limeade #649838

Tints of Limeade #649838

Color information

#649838 (or 0x649838) is unknown color: approx Limeade. HEX triplet: 64, 98 and 38. RGB value is (100,152,56). Sum of RGB (Red+Green+Blue) = 100+152+56=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #649838 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649838 is #9B67C7. Grayscale: #7D7D7D. Windows color (decimal): -10184648 or 3709028. OLE color: 3709028.

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

Color convert

RGB10015256-
CMYK0.3400.630.40
HSL92.5º46.15%40.78%-
HSV(B)92.5º63.16%59.61%-
XYZ17.225.457.75-
YUV125.5188.77109.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.47%
GREEN value IS 152 (59.77% from 255) = 49.35%
BLUE value IS 56 (22.27% from 255) = 18.18%
R=32.47%
G=49.35%
B=18.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100152560.3400.630.4092.546.1540.78
Hex6498382203F285c2e29
Octal1442307042077501345651
Binary11001001001100011100010001001111111010001011100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649838; }

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

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

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

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

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

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

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

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