#649939

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

Shades of Limeade #649939

Tints of Limeade #649939

Color information

#649939 (or 0x649939) is unknown color: approx Limeade. HEX triplet: 64, 99 and 39. RGB value is (100,153,57). Sum of RGB (Red+Green+Blue) = 100+153+57=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #649939 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649939 is #9B66C6. Grayscale: #7E7E7E. Windows color (decimal): -10184391 or 3774820. OLE color: 3774820.

HSL color Cylindrical-coordinate representation of color #649939: hue angle of 93.12º 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 #649939 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB10015357-
CMYK0.3500.630.4
HSL93.12º45.71%41.18%-
HSV(B)93.12º62.75%60%-
XYZ17.3925.797.93-
YUV126.2188.94109.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.26%
GREEN value IS 153 (60.16% from 255) = 49.35%
BLUE value IS 57 (22.66% from 255) = 18.39%
R=32.26%
G=49.35%
B=18.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal100153570.3500.630.493.1245.7141.18
Hex6499392303F285d2e29
Octal1442317143077501355651
Binary11001001001100111100110001101111111010001011101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649939; }

 p { color: rgb(100,153,57); }

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

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

 a { background-color: rgb(100,153,57); }

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

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

 span { border-color: rgb(100,153,57); }

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