#649B3E

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

Shades of Limeade #649B3E

Tints of Limeade #649B3E

Color information

#649B3E (or 0x649B3E) is unknown color: approx Limeade. HEX triplet: 64, 9B and 3E. RGB value is (100,155,62). Sum of RGB (Red+Green+Blue) = 100+155+62=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 155 (60.94% from 255 or 48.90% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 155 - color contains mainly: green. Hex color #649B3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649B3E is #9B64C1. Grayscale: #808080. Windows color (decimal): -10183874 or 4103012. OLE color: 4103012.

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

Color convert

RGB10015562-
CMYK0.3500.60.39
HSL95.48º42.86%42.55%-
HSV(B)95.48º60%60.78%-
XYZ17.8526.58.73-
YUV127.9590.78108.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.55%
GREEN value IS 155 (60.94% from 255) = 48.90%
BLUE value IS 62 (24.61% from 255) = 19.56%
R=31.55%
G=48.90%
B=19.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100155620.3500.60.3995.4842.8642.55
Hex649B3E2303C275f2b2b
Octal1442337643074471375353
Binary11001001001101111111010001101111001001111011111101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,155,62); }

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

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

 a { background-color: rgb(100,155,62); }

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

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

 span { border-color: rgb(100,155,62); }

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